arogachev / yii2-sortable

Sortable ActiveRecord for Yii 2 framework
Other
17 stars 9 forks source link

Sort is processed twice #11

Closed arogachev closed 9 years ago

arogachev commented 9 years ago

After fixing #5, now sometimes sort is processed twice.

This can lead to situation when after adding 6th active model to existing 5, it will receive sort 7 (in case of using ContinuousNumericalSortableBehavior).