knockout-sortablejs icon indicating copy to clipboard operation
knockout-sortablejs copied to clipboard

Databinding issue

Open prowseed opened this issue 9 years ago • 0 comments
trafficstars

Hello, I have an array of items that I populate dynamically this.imgs = ko.observableArray([]); or manually by the user.

Each element have an ability to be deleted/removed from list, simple self.imgs.remove(el); works as long as dragging event occurs, then last deleted item again appear in DOM and Sorting ability for whole list is somehow broken. Seems like there is some caching/databind issue, not sure though.

Thank you.

prowseed avatar Sep 23 '16 01:09 prowseed