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