SortableJS / ngx-sortablejs

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

Animation is broken on --prod builds #228

Closed romankh closed 2 years ago

romankh commented 3 years ago

Looks very much like the same issue as #70, however this issue was closed. Problem still exists, when building with --prod flag, the animation stops working, making the component unusable

Used versions are:

"ngx-sortablejs": "^11.1.0" "sortablejs": "^1.13.0"

romankh commented 2 years ago

Solved by update sortablejs to 1.14.0