Type Editor / @type-editor/commands / join-textblock-forward
join-textblock-forward
Variables
| Variable | Description |
|---|---|
Joins the current textblock with the textblock after it. This is a more focused version of The command navigates down through nested structures to find the actual textblocks to join, making it work correctly with complex document structures like nested lists or blockquotes. This command will fail if:
Param The current editor state Param Optional dispatch function to execute the transaction Param Optional editor view for accurate cursor position detection Example typescript |