Unverified Commit be08dbf0 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2753 from open-webui/dev

fix
parents 61287a16 b4fca046
...@@ -833,7 +833,7 @@ ...@@ -833,7 +833,7 @@
]?.at(-1); ]?.at(-1);
if (!commandOptionButton) { if (!commandOptionButton) {
if (e.key === 'Enter' && !e.shiftKey && prompt !== '' && selected) { if (e.key === 'Enter' && !e.shiftKey && prompt !== '') {
submitPrompt(prompt, user); submitPrompt(prompt, user);
return; return;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment