This commit is contained in:
Timothy Jaeryang Baek 2025-05-07 12:52:55 +04:00
parent efd50c3c5a
commit 176a7fc986

View File

@ -440,8 +440,10 @@
} }
} }
loading = false; if (!chatIdProp) {
await tick(); loading = false;
await tick();
}
showControls.subscribe(async (value) => { showControls.subscribe(async (value) => {
if (controlPane && !$mobile) { if (controlPane && !$mobile) {