mirror of
https://github.com/cosmocode/edittable.git
synced 2026-01-18 12:41:29 +00:00
Handsontable always applies the "move" operation to the supplied data array, hence we always denied the move operation for handsontable and instead update it with a moved data array. I'm not sure why the `target += 1` was introduced, but it caused wrong behavior which was fixed by removing it.