rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
547 stars 128 forks source link

Removing element after drop #167

Closed akursikov closed 8 years ago

akursikov commented 8 years ago

In your fiddles (this, this) elements just removed after drop. It's issue for v0.14.

rniemeyer commented 8 years ago

@akursikov - there was an issue with it looking for ko.options which is only in Knockout 3.4+, so with any version older than that it was erroring out. This is fixed in 0.14.1. Thanks for alerting me to this issue.