Vue.Draggable
Vue.Draggable copied to clipboard
Doesn't work properly on rtl direction
I was using draggable and found out it doesn't work as expected on RTL direction. when dragging, it seems that it cannot determine the position.
sandbox link
https://codesandbox.io/s/vuedraggable-bug-example-0sy1u the upper box is ltr direction and works fine the lower box is rtl direction and is buggy
It seems that sortbale.js does not support rtl.
https://github.com/SortableJS/Sortable/issues?q=is%3Aissue+is%3Aopen+rtl+direction
Once they are corrected will have to check if something needs to be done on the vue.draggable side.
hello. any news?