forked from open-webui/open-webui
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