"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "af11052637a7a185ab4cd6ad6f9644bf51016174"
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 @@
]?.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