tlietz

Results 5 comments of tlietz

![image](https://user-images.githubusercontent.com/25965706/160312593-e1fc5144-ff69-42e3-b46c-319d5d2ade87.png) ![image](https://user-images.githubusercontent.com/25965706/160312695-bb2882fd-79fc-48a9-b739-a83ebbc06139.png)

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...