mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 09:29:02 +08:00
9 lines
357 B
Markdown
9 lines
357 B
Markdown
# joinForward
|
|
The `joinForward` command joins two nodes forwards from the current selection. If the selection is empty and at the end of a textblock, `joinForward` will try to reduce the distance between that block and the block after it. [See also](https://prosemirror.net/docs/ref/#commands.joinForward)
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.joinForward()
|
|
```
|
|
|