tiptap/docs/api/commands/select-textblock-end.md

8 lines
195 B
Markdown
Raw Normal View History

# 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()
```