mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-02 15:57:50 +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()
|
|
```
|