Page tree

Versions Compared

Key

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

Keep You may fix the toolbar at the top of the editing box by setting to the external scroll by using sticky mode. 

If you set 'editor.mode.sticky' as true.  to true, the Editor will fix the toolbar to the external scroll (default: false)

툴바를 외부 스크롤에 고정하여 sticky 모드로 사용하도록 설정할 수 있습니다. 

'editor.mode.sticky'를 true로 설정하면 에디터에서 툴바 영역을 외부 스크롤에 고정됩니다. (기본값 false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.mode.sticky': false
}

...