bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.89k stars 1.97k forks source link

Horizontal sorting is buggy in RTL and flex-direction: row-reverse containers #699

Open zeyad-ahmad-aql opened 1 year ago

zeyad-ahmad-aql commented 1 year ago

Please see the video below

https://user-images.githubusercontent.com/46978227/190202901-9b3ccc2e-bfbc-4c01-a419-8b89de2c7cef.mov

As you can see, When I drag an element to the right, it gets dropped in the left side, and vice versa.

pge-01 commented 2 weeks ago

Did you try to add to the drake: direction:'horizontal' This solved similar behavior I experienced. Vertical is default.