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

8 lines
203 B
Markdown
Raw Normal View History

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