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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

릴리즈 2.11.0 이상

Initializes the change or not in the editor body. Using the isDirty() function after calling this function will return false.


Example:

editor.clearDirty();	// dirty flag init

if(!editor.isDirty()) {
	console.log('No changes have been made.');
};
  • No labels