fix more commands

This commit is contained in:
Philipp Kühn
2020-09-22 09:08:08 +02:00
parent 655d721914
commit dcac67c61a
25 changed files with 167 additions and 182 deletions

View File

@@ -28,7 +28,7 @@ export type Command = (props: {
commands: any
state: EditorState,
view: EditorView,
dispatch: () => any
dispatch: (args?: any) => any
}) => boolean
export interface CommandSpec {