This commit is contained in:
Timothy J. Baek 2024-02-27 19:06:32 -08:00
parent 7c7e16c382
commit 1d4d1ddbea

View File

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