Timothy Jaeryang Baek 4 months ago
parent
commit
a2afd6f645
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/components/chat/MessageInput.svelte

+ 0 - 1
src/lib/components/chat/MessageInput.svelte

@@ -405,7 +405,6 @@
 
 	const onBlur = () => {
 		shiftKey = false;
-		selectedChatId = null;
 	};
 
 	onMount(async () => {