`Flip: true` prevents position change

Hi
I want my client to be able to manually change the order of their pages with the newest one still appearing on the top, but flip: true disables manual repositioning. Does anyone have a suggestion on how to have both a flipped list and manual sorting, is there a workaround?

If needed, here is the current blueprint:

referenzen:
  label: referenzen verkauf
  type: pages
  layout: table
  status: published
     flip: true
       limit: 12
       template: services-verkauf-referenzen
       image:
         cover: true

Thank you in advance <3

If you set flip to true, sortable is automatically disabled. This happens in /kirby/config/sections/mixins/sort.php.

A workaround would be to create a custom section that overwrite the computer method, not sure if this might have side effects.