mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 21:27:49 +08:00
8 lines
215 B
Markdown
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()
|
|
```
|