rniemeyer / knockout-sortable

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

items in fiddle disappearing when dragged and dropped #168

Closed MartinP7r closed 8 years ago

MartinP7r commented 8 years ago

This didn't happen the last time I checked out the fiddles, but is seems like the items are being deleted after dragging and dropping them. e.g. in this fiddle http://jsfiddle.net/rniemeyer/AC49j/

rniemeyer commented 8 years ago

@cyrus86 - This is fixed in 0.14.1. There was an issue in 0.14.0 when using versions of Knockout less than 3.4.0. Thanks!