Timothy Jaeryang Baek 5 months ago
parent
commit
176a7fc986
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/lib/components/chat/Chat.svelte

+ 4 - 2
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) {