Timothy Jaeryang Baek пре 4 месеци
родитељ
комит
a2afd6f645
1 измењених фајлова са 0 додато и 1 уклоњено
  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 () => {