tlietz
tlietz
 
Oops, turns out I was using rust-analyzer the entire time.
I ran into the same problem. The good news is using the [MediaWiki Get HTML endpoint](https://www.mediawiki.org/wiki/API:REST_API/Reference#Get_HTML) directly is quite simple. Their python example is incorrect since the endpoint returns `html`...
I think this is happening because when the element is being dragged, part of it is outside the `viewport`, which causes the browser to try and scroll towards that direction....
Keyboard accessibility can be added with a custom [sensor plugin](https://github.com/Shopify/draggable/blob/863e3e1c11d9136a144b75c6d5e75fe2e6255724/src/Draggable/Sensors/Sensor/README.md). There was a commit made a while ago that didn't make it into the project which serves as a good...
The [margin between items](https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/presets-sortable-vertical--margin-between-items), along with a `position: absolute` and manually calculated `top` and `left` values for `frozen` items in the sortable container may be the best way to do...