Page tree
Skip to end of metadata
Go to start of metadata

RELEASE 2.11.0 OR ABOVE

Check the editor body for any changes.


Return:

TypeDescription
BooleanReturns true if any changes have been made.


Example:

if(editor.isDirty()) {
	console.log('There are changes.');
};
  • No labels