Hi,
I would like to perform some action before or after the editor closes, something opposite of afterBeginEditing and beforeBeginEditing. Is there any hook or method for this action?
I have tried beforeChange and afterChange events but it won’t work when the user presses ESC which does not change the value.