diff --git a/list-editor/index.js b/list-editor/index.js index bfff6b5..9b620c2 100644 --- a/list-editor/index.js +++ b/list-editor/index.js @@ -139,12 +139,13 @@ function editor(root, inputData, options) { } function start() { + root.focus(); disableDragging(drake) render(root, store); drake = enableDragging(root) cursor.set(0) - startEditing(root, store, cursor) + trigger('change') } function getChildren(id) {