diff --git a/list-editor/index.js b/list-editor/index.js index 7ff8fcf..d9b3579 100644 --- a/list-editor/index.js +++ b/list-editor/index.js @@ -597,6 +597,7 @@ function editor(root, inputData, options) { function leaveEditor(event) { stopEditing(root, store, currentEditor); + trigger('change') return false }