mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-13 01:19:01 +08:00
8 lines
221 B
Markdown
8 lines
221 B
Markdown
# selectNodeBackward
|
|
If the selection is empty and at the start of a textblock, `selectNodeBackward` will select the node before the current textblock if possible.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.selectNodeBackward()
|
|
```
|