Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

This commit is contained in:
Hans Pagel 2020-11-27 17:25:37 +01:00
commit 26d920fbb8

View File

@ -39,7 +39,7 @@ export type Command = (props: {
editor: Editor,
tr: Transaction,
commands: SingleCommands,
can: () => SingleCommands & { chain: () => ChainedCommands },
can: () => CanCommands,
chain: () => ChainedCommands,
state: EditorState,
view: EditorView,