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

8 lines
215 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()
```