Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
title릴리즈 3.1.2501 이상

'editor.destroy.on.unload' 설정을 false로 설정하면 웹페이지가 unload 되었을 때 에디터를 제거하지 않습니다. (기본값 = true)
synapeditor.config.js

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.destroy.on.unload': false

...


}


'editor.destroy.on.unload': true (기본값)'editor.destroy.on.unload': false

Image Added

Image Added