fix more commands
This commit is contained in:
@@ -28,7 +28,7 @@ export type Command = (props: {
|
||||
commands: any
|
||||
state: EditorState,
|
||||
view: EditorView,
|
||||
dispatch: () => any
|
||||
dispatch: (args?: any) => any
|
||||
}) => boolean
|
||||
|
||||
export interface CommandSpec {
|
||||
|
||||
Reference in New Issue
Block a user