"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "947c392f722b7aa97a82bf443de68681700997a6"
Commit b4fca046 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 16e72b2f
......@@ -833,7 +833,7 @@
]?.at(-1);
if (!commandOptionButton) {
if (e.key === 'Enter' && !e.shiftKey && prompt !== '' && selected) {
if (e.key === 'Enter' && !e.shiftKey && prompt !== '') {
submitPrompt(prompt, user);
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