preSubmit leaves inline editing open

preSubmit leaves inline editing open

nicontrolsnicontrols Posts: 32Questions: 16Answers: 1

I'm editing a field inline and checking the value using preSubmit:

editor.on( 'preSubmit', function ( e, data, action ) {
  //check a few things
  return false;
} );

Return false stops the submission, but leaves the inline editor still in the edit state, is there a way to "end" the edit?

Answers

This discussion has been closed.