tiptap/docs/api/commands/unset-all-marks.md
2022-06-08 12:41:14 +02:00

8 lines
134 B
Markdown

# unsetAllMarks
`unsetAllMarks` will remove all marks from the current selection.
## Usage
```js
editor.commands.unsetAllMarks()
```