tiptap/docs/api/commands/join-backward.md

8 lines
365 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# joinBackward
The `joinBackward` command joins two nodes backwards from the current selection. If the selection is empty and at the start of a textblock, `joinBackward` will try to reduce the distance between that block and the block before it. [See also](https://prosemirror.net/docs/ref/#commands.joinBackward)
2021-04-21 17:03:33 +08:00
## Usage
```js
editor.commands.joinBackward()
```