fix lint error

This commit is contained in:
Philipp Kühn 2021-12-06 12:34:14 +01:00
parent f8ce8942f5
commit 2995d00275

View File

@ -11,7 +11,7 @@ declare module '@tiptap/core' {
}
}
export const unsetAllMarks: RawCommands['unsetAllMarks'] = () => ({ tr, state, dispatch }) => {
export const unsetAllMarks: RawCommands['unsetAllMarks'] = () => ({ tr, dispatch }) => {
const { selection } = tr
const { empty, ranges } = selection