Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
1d4d1ddb
Commit
1d4d1ddb
authored
Feb 27, 2024
by
Timothy J. Baek
Browse files
revert
parent
7c7e16c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput.svelte
+0
-3
No files found.
src/lib/components/chat/MessageInput.svelte
View file @
1d4d1ddb
...
@@ -293,9 +293,6 @@
...
@@ -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) => {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment