improve command handling
This commit is contained in:
@@ -4,7 +4,7 @@ import { selectAll as originalSelectAll } from 'prosemirror-commands'
|
||||
type SelectAllCommand = () => Command
|
||||
|
||||
declare module '../Editor' {
|
||||
interface Editor {
|
||||
interface Commands {
|
||||
selectAll: SelectAllCommand,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user