Commit 7c7e16c3 authored by Jannik Streidl's avatar Jannik Streidl
Browse files

added focus selector

parent 6df2505b
......@@ -293,6 +293,9 @@
};
onMount(() => {
const chatInput = document.getElementById('chat-textarea');
chatInput?.focus();
const dropZone = document.querySelector('body');
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