mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
fix
This commit is contained in:
parent
16e72b2f67
commit
b4fca046a8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user