Timothy J. Baek 1 سال پیش
والد
کامیت
1d4d1ddbea
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      src/lib/components/chat/MessageInput.svelte

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

@@ -293,9 +293,6 @@
 	};
 
 	onMount(() => {
-		const chatInput = document.getElementById('chat-textarea');
-		chatInput?.focus();
-
 		const dropZone = document.querySelector('body');
 
 		const onDragOver = (e) => {