Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user