Trigger change of after leaving editor
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f060b6360a
commit
b4ef943836
|
@ -597,6 +597,7 @@ function editor(root, inputData, options) {
|
|||
|
||||
function leaveEditor(event) {
|
||||
stopEditing(root, store, currentEditor);
|
||||
trigger('change')
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user