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

« Previous Version 2 Next »

브라우저에 에디터가 로딩된 이후 편집영역에 포커스를 지정하여 바로 입력이 가능한 상태로 설정 할 수 있습니다.

You can set the focus that enables you to edit content right away after loading Editor in a browser. 

Use 'editor.initFocus' key to specify whether focus into the Editor or not (default true). 

'editor.initFocus' 설정으로 포커스 지정 여부를 설정합니다. (기본 true)

synapeditor.config.js
{
	'editor.initFocus': true
}
  • No labels