mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-28 14:50:46 +02:00
added focus selector
This commit is contained in:
@@ -293,6 +293,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
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) => {
|
||||||
|
Reference in New Issue
Block a user