tiptap/docs/api/commands/join-textblock-forward.md

9 lines
305 B
Markdown
Raw Normal View History

# joinTextblockForward
A more limited form of joinForward that only tries to join the current textblock to the one after it, if the cursor is at the end of a textblock. [See also](https://prosemirror.net/docs/ref/#commands.joinTextblockForward)
## Usage
```js
editor.commands.joinTextblockForward()
```