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) {
|
function leaveEditor(event) {
|
||||||
stopEditing(root, store, currentEditor);
|
stopEditing(root, store, currentEditor);
|
||||||
|
trigger('change')
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user