Page tree

Versions Compared

Key

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

'editor.import.keepContentsSize' 설정을 true로 설정하면 임포트할 때 에디터의 편집 영역 크기가 유지됩니다. (기본값 false)

Panel
titlesynapeditor.config.js

{
    'editor.import.keepContentsSize' : true
}

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
    'editor.import.keepContentsSize' : true
}

...