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

8 lines
203 B
Markdown

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