tiptap/docs/api/commands/delete-selection.md
2022-06-08 12:15:59 +02:00

189 B

deleteSelection

The deleteSelection command deletes the currently selected nodes. If no selection exists, nothing will be deleted.

Usage

editor.commands.deleteSelection()