diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-16 21:32:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-16 21:32:09 +0200 |
commit | 6b5e64510395c4476a3c27a9db015135e50cf878 (patch) | |
tree | 24f47bf9b02558102e95e604c70fc6083064002a /client-web/source/keybinds.ts | |
parent | 1fb9614478adc6e107324274310ebf83146779ba (diff) | |
download | keks-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.ts | 3 |
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 |