Merge pull request #87 from Hufe921/feature/shortcut
feat:add richtext shortcut key
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { richtextKeys } from '../../interface/shortcut/keys/richtextKeys'
|
||||
import { IRegisterShortcut } from '../../interface/shortcut/Shortcut'
|
||||
import { richtextKeys } from './keys/richtextKeys'
|
||||
import { Command } from '../command/Command'
|
||||
import { Draw } from '../draw/Draw'
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { Command } from '../../..'
|
||||
import { KeyMap } from '../../../dataset/enum/KeyMap'
|
||||
import { IRegisterShortcut } from '../Shortcut'
|
||||
import { IRegisterShortcut } from '../../../interface/shortcut/Shortcut'
|
||||
|
||||
export const richtextKeys: IRegisterShortcut[] = [
|
||||
{
|
||||
Reference in New Issue
Block a user