rniemeyer / knockout-sortable

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

apply dragged function also on update #134

Open boehlke opened 9 years ago

boehlke commented 9 years ago

I am not sure if this makes sense in general, but I had the problem that the dragged function was not used properly. This the change, the problem is fixed.

rniemeyer commented 9 years ago

@boehlke - Thanks for the report. Do you have a sample or some details on why yours was breaking? Was the receive handler not being called? Thanks!