From 653a4138a90c934cdc3462291b38ca59f840486d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 21 Apr 2022 23:53:02 +0200 Subject: [PATCH] fix(core): update --- ts/domtools.classes.keyboard.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/domtools.classes.keyboard.ts b/ts/domtools.classes.keyboard.ts index 9c87f45..5bd0795 100644 --- a/ts/domtools.classes.keyboard.ts +++ b/ts/domtools.classes.keyboard.ts @@ -128,8 +128,6 @@ export enum Key { Quote = 222, } -type KeyCombo = Array; - export class Keyboard { private mapCombosToHandlers = new Map>(); private pressedKeys = new Set();