SortableJS / ngx-sortablejs

Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
https://sortablejs.github.io/ngx-sortablejs/
MIT License
465 stars 159 forks source link

angular10 order wrong #214

Open ue360 opened 3 years ago

ue360 commented 3 years ago

GIF 2020-11-13 16-01-07

first in the right list, drag the first to the last, then drag one from the left list to the right's last. you'll see it appeared in the first, but the data is right

source form: https://github.com/SortableJS/ngx-sortablejs angualr: v10.2.0

fkeglevich commented 3 years ago

Is this the same issue as #189 ? I believe we are facing this issue since Angular 9, when Ivy became the default rendering engine.

dorthrithil commented 3 years ago

Dragula has the same issue running with Ivy. There's a workaround for Dragula, maybe a similar thing can be done for Sortable? Please see my comment here: https://github.com/SortableJS/ngx-sortablejs/issues/189#issuecomment-780468172