Confine Popups Inside Editor

Release 3.2.0 and above, Release 2.20.0 and above.

Sets popups not to overflow the editor area (bottom-right). (default: false)

When set to true, popups appear immediately without animation.

How to Use

// synapeditor.config.js (default)
/**
 * Sets popups not to overflow the editor area. (default: false)
 */
{
  'editor.popup.preventOverflow': false
}

Application Example

<table> <thead> <tr><th><code>'editor.popup.preventOverflow': true</code></th><th><code>'editor.popup.preventOverflow': false</code></th></tr> </thead> <tbody> <tr> <td>

preventOverflow true

</td> <td>

preventOverflow false

</td> </tr> </tbody> </table>