From a531db81ebfc79b36f12c0aebc4192cad5b661d2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 11 Sep 2022 10:58:32 +0200 Subject: keybinds --- client-web/source/user/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/user/mod.ts') diff --git a/client-web/source/user/mod.ts b/client-web/source/user/mod.ts index b01dc16..e2db9e9 100644 --- a/client-web/source/user/mod.ts +++ b/client-web/source/user/mod.ts @@ -9,7 +9,7 @@ import { TrackHandle } from "../track_handle.ts"; export abstract class User { protected el: HTMLElement public local = false - protected tracks: Set = new Set() + public tracks: Set = new Set() private name_el = document.createElement("span") private _name?: string -- cgit v1.2.3-70-g09d2