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

Version 1 Next »

릴리즈 2.11.0 이상

에디터 본문에 변경여부를 초기화합니다. 이 함수 호출 후 isDirty() 함소를 사용하면 false가 반환됩니다.


Example:

editor.clearDirty();	// dirty flag 초기화

if(!editor.isDirty()) {
	console.log('변경된 내용이 없습니다.');
};
  • No labels