tiptap/docs/api/commands/select-node-forward.md
2022-06-08 12:15:59 +02:00

8 lines
216 B
Markdown

# selectNodeForward
If the selection is empty and at the end of a textblock, `selectNodeForward` will select the node after the current textblock if possible.
## Usage
```js
editor.commands.selectNodeForward()
```