improve command handling
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from 'prosemirror-history'
|
||||
|
||||
declare module '@tiptap/core/src/Editor' {
|
||||
interface Editor {
|
||||
interface Commands {
|
||||
undo: () => Command,
|
||||
redo: () => Command,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user