fix(core): update
This commit is contained in:
		| @@ -128,8 +128,6 @@ export enum Key { | ||||
|   Quote = 222, | ||||
| } | ||||
|  | ||||
| type KeyCombo = Array<Key>; | ||||
|  | ||||
| export class Keyboard { | ||||
|   private mapCombosToHandlers = new Map<number[], plugins.smartrx.rxjs.Subject<KeyboardEvent>>(); | ||||
|   private pressedKeys = new Set<Key>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user