Timothy Jaeryang Baek 4 mesiacov pred
rodič
commit
a2afd6f645

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

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