Merge pull request #87 from Hufe921/feature/shortcut

feat:add richtext shortcut key
pr675
Hufe 3 years ago committed by GitHub
commit 47d67d7e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,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[] = [
{
Loading…
Cancel
Save