Timothy J. Baek 1 год назад
Родитель
Сommit
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(() => {
 	onMount(() => {
-		const chatInput = document.getElementById('chat-textarea');
-		chatInput?.focus();
-
 		const dropZone = document.querySelector('body');
 		const dropZone = document.querySelector('body');
 
 
 		const onDragOver = (e) => {
 		const onDragOver = (e) => {