From b4ef943836cc816dbb29bcf46b9eb069f3a27064 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Mon, 9 Nov 2020 21:30:03 +0100 Subject: [PATCH] Trigger change of after leaving editor --- list-editor/index.js | 1 + 1 file changed, 1 insertion(+) 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 }