8 lines
216 B
Markdown
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()
|
|
```
|