tiptap/docs/api/commands/select-node-forward.md

8 lines
215 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# selectNodeForward
2022-06-08 19:07:12 +08:00
If the selection is empty and at the end of a textblock, `selectNodeForward` will select the node after the current textblock if possible.
2021-04-21 17:03:33 +08:00
## Usage
```js
editor.commands.selectNodeForward()
```