tiptap/docs/api/commands/unset-all-marks.md

8 lines
134 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# unsetAllMarks
`unsetAllMarks` will remove all marks from the current selection.
2021-04-21 17:03:33 +08:00
## Usage
```js
editor.commands.unsetAllMarks()
```