Page tree

Versions Compared

Key

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

툴바를 외부 스크롤에 고정하여 sticky 모드로 사용하도록 설정할 수 있습니다You may fix the toolbar to the external scroll by using sticky mode

If you set 'editor.mode.sticky' 를 true로 설정하면 에디터에서 툴바 영역을 외부 스크롤에 고정됩니다. (기본값 false)to true, the Editor will fix the toolbar to the external scroll (default: false).

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

...