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

8 lines
195 B
Markdown

# selectTextblockEnd
The `selectTextblockEnd` will move the cursor to the end of the current textblock if the block is a valid textblock.
## Usage
```js
editor.commands.selectTextblockEnd()
```