Commit 1d4d1ddb authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

revert

parent 7c7e16c3
...@@ -293,9 +293,6 @@ ...@@ -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) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment