Trigger change of after leaving editor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-11-09 21:30:03 +01:00
parent f060b6360a
commit b4ef943836

View File

@ -597,6 +597,7 @@ function editor(root, inputData, options) {
function leaveEditor(event) {
stopEditing(root, store, currentEditor);
trigger('change')
return false
}