mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +08:00
9 lines
312 B
Markdown
9 lines
312 B
Markdown
|
# joinTextblockBackward
|
||
|
A more limited form of joinBackward that only tries to join the current textblock to the one before it, if the cursor is at the start of a textblock. [See also](https://prosemirror.net/docs/ref/#commands.joinTextblockBackward)
|
||
|
|
||
|
## Usage
|
||
|
```js
|
||
|
editor.commands.joinTextblockBackward()
|
||
|
```
|
||
|
|