fix:file case error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { IElement } from '../../../../interface/Element'
|
import { IElement } from '../../../../interface/Element'
|
||||||
import { ImageParticle } from '../ImageParticle'
|
import { ImageParticle } from '../ImageParticle'
|
||||||
import { LaTexSVG, LaTexUtils } from './utils/LaTeXUtils'
|
import { LaTexSVG, LaTexUtils } from './utils/LaTexUtils'
|
||||||
|
|
||||||
export class LaTexParticle extends ImageParticle {
|
export class LaTexParticle extends ImageParticle {
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
export enum KeyMap {
|
||||||
|
Delete = 'Delete',
|
||||||
|
Backspace = 'Backspace',
|
||||||
|
Enter = 'Enter',
|
||||||
|
Left = 'ArrowLeft',
|
||||||
|
Right = 'ArrowRight',
|
||||||
|
Up = 'ArrowUp',
|
||||||
|
Down = 'ArrowDown',
|
||||||
|
ESC = 'Escape',
|
||||||
|
A = 'a',
|
||||||
|
C = 'c',
|
||||||
|
S = 's',
|
||||||
|
X = 'x',
|
||||||
|
Y = 'y',
|
||||||
|
Z = 'z'
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user