cybercomet / ngx-nestable

Angular nestable list. This is a rewrite of Jquery nestable library.
https://cybercomet.github.io/ngx-nestable/
23 stars 17 forks source link

RTL support #10

Open hooh88 opened 5 years ago

hooh88 commented 5 years ago

Hi, When use in rtl Document, items in drag event vice versa working. Thanks.

tomer953 commented 4 years ago

Same, to reproduce just wrap your code with <div dir="rtl"> ... </div>

and start dragging... you will see the bad behaviour immediately.

Huge thanks for this library.