remove replaceWithNode

This commit is contained in:
Philipp Kühn
2020-09-25 14:26:16 +02:00
parent 571db1042b
commit f71e4df72e
3 changed files with 1 additions and 38 deletions

View File

@@ -21,10 +21,10 @@ editor.chain().focus().bold().run()
| ------------------- | ------------------------------------------ |
| .removeMark() | Remove a mark in the current selection. |
| .removeMarks() | Remove all marks in the current selection. |
| .replaceWithNode() | Replace a given range with a node. |
| .selectParentNode() | Select the parent node. |
| .toggleMark() | Toggle a mark on and off. |
| .toggleBlockType() | Toggle a node with another node. |
| .setBlockType() | Replace a given range with a node. |
| .updateMark() | Update a mark with new attributes. |
### Selection