Timothy Jaeryang Baek hace 4 meses
padre
commit
a2afd6f645
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 () => {