rename unsetMarks to unsetAllMarks

This commit is contained in:
Philipp Kühn
2020-11-21 00:05:27 +01:00
parent 8f6ae0e69e
commit 675912166c
8 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ const MenuBar = () => {
return (
<>
<button onClick={() => editor.chain().focus().unsetMarks().run()}>
<button onClick={() => editor.chain().focus().unsetAllMarks().run()}>
Clear formatting
</button>
<button