tiptap/docs/api/commands/select-parent-node.md
2022-06-08 12:15:59 +02:00

8 lines
193 B
Markdown

# selectParentNode
`selectParentNode` will try to get the parent node of the currently selected node and move the selection to that node.
## Usage
```js
editor.commands.selectParentNode()
```