diff --git a/list-editor/index.js b/list-editor/index.js index 896c8c7..dec5b48 100644 --- a/list-editor/index.js +++ b/list-editor/index.js @@ -377,7 +377,7 @@ function editor(root, inputData, options) { } let newPosition = store.moveBefore(startID, stopID) - cursor.set(newPosition) + cursor.set(newPosition[0]) _.defer(() => { trigger('change')