mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-20 14:47:50 +08:00
8 lines
203 B
Markdown
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()
|
|
```
|