mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
revert
This commit is contained in:
parent
7c7e16c382
commit
1d4d1ddbea
@ -293,9 +293,6 @@
|
||||
};
|
||||
|
||||
onMount(() => {
|
||||
const chatInput = document.getElementById('chat-textarea');
|
||||
chatInput?.focus();
|
||||
|
||||
const dropZone = document.querySelector('body');
|
||||
|
||||
const onDragOver = (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user