mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
revert
This commit is contained in:
parent
7c7e16c382
commit
1d4d1ddbea
1 changed files with 0 additions and 3 deletions
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue