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

Version 1 Current »

릴리즈 2.11.0 이상

'editor.table.showBalloon.onlyTableCellSelection' 설정으로 표 풍선팝업을 셀 셀렉션일 경우에만 노출할지 여부를 설정합니다. (기본값 = false)

true로 설정시 표 안쪽에 캐럿상태일 경우 표 풍선팝업이 노출되지 않고, 강제로 셀 셀렉션으로 확장시 표 풍선팝업이 노출됩니다.

synapeditor.config.js
{
	'editor.table.showBalloon.onlyTableCellSelection': false
}


editor.table.showBalloon.onlyTableCellSelection : false(기본)editor.table.showBalloon.onlyTableCellSelection : true


  • No labels