mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix
This commit is contained in:
parent
16e72b2f67
commit
b4fca046a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue