improve command handling
This commit is contained in:
@@ -11,7 +11,7 @@ type ToggleNodeCommand = (
|
||||
) => Command
|
||||
|
||||
declare module '../Editor' {
|
||||
interface Editor {
|
||||
interface Commands {
|
||||
toggleNode: ToggleNodeCommand,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user