aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/keybinds.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-16 21:32:09 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-16 21:32:09 +0200
commit6b5e64510395c4476a3c27a9db015135e50cf878 (patch)
tree24f47bf9b02558102e95e604c70fc6083064002a /client-web/source/keybinds.ts
parent1fb9614478adc6e107324274310ebf83146779ba (diff)
downloadkeks-meet-6b5e64510395c4476a3c27a9db015135e50cf878.tar
keks-meet-6b5e64510395c4476a3c27a9db015135e50cf878.tar.bz2
keks-meet-6b5e64510395c4476a3c27a9db015135e50cf878.tar.zst
optional streams (5, minor fixes; done)
Diffstat (limited to 'client-web/source/keybinds.ts')
-rw-r--r--client-web/source/keybinds.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/source/keybinds.ts b/client-web/source/keybinds.ts
index 028e119..fba0047 100644
--- a/client-web/source/keybinds.ts
+++ b/client-web/source/keybinds.ts
@@ -1,5 +1,6 @@
-import { Room } from "./room.ts"
+/// <reference lib="dom" />
+import { Room } from "./room.ts"
export function setup_keybinds(room: Room) {
let command_mode = false