Table Balloon Popup Visibility Settings
Release 2.11.0 and above.
Use the editor.table.showBalloon.onlyTableCellSelection setting to configure whether the table balloon popup is exposed only on cell selection. (default: false)
When set to true, the table balloon popup is not exposed when the caret is inside a table; the table balloon popup is exposed when expanded to a cell selection.
// synapeditor.config.js
{
'editor.table.showBalloon.onlyTableCellSelection': false
}
<table>
<thead>
<tr><th><code>onlyTableCellSelection: false</code> (default)</th><th><code>onlyTableCellSelection: true</code></th></tr>
</thead>
<tbody>
<tr>
<td>

