Timothy J. Baek 1 năm trước cách đây
mục cha
commit
1d4d1ddbea
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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) => {