Type Editor / @type-editor/tables / input/escape-table-down
input/escape-table-down
Variables
| Variable | Description |
|---|---|
Command that handles ArrowDown when the cursor is in the last row of a table and there is no selectable content after the table. In this case the browser would normally jump to the content before the table (e.g. the heading above it). This command intercepts that situation and instead inserts a new empty paragraph directly after the table, placing the cursor inside it. The command is a no-op (returns false) when:
|