mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user