Skip to content

Commit

Permalink
fixup! style: manually fix easy linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Dec 2, 2024
1 parent d086580 commit 271af50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const createRichTextEditor = ({
})

return {
destroy: editorView.destroy,
destroy: () => editorView.destroy(),
dispatchTransaction: dispatchCommandOrTransaction,
}
}

0 comments on commit 271af50

Please sign in to comment.