diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index d578f3d63..5d11ce940 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -440,8 +440,10 @@ } } - loading = false; - await tick(); + if (!chatIdProp) { + loading = false; + await tick(); + } showControls.subscribe(async (value) => { if (controlPane && !$mobile) {