This commit is contained in:
Timothy Jaeryang Baek
2026-03-05 16:13:35 -06:00
parent 4b3ed3e802
commit cd2c315495

View File

@@ -10,7 +10,7 @@
export let apiKey: string;
let ports: ListeningPort[] = [];
let expanded = true;
let expanded = false;
let loading = false;
let pollTimer: ReturnType<typeof setInterval> | null = null;