forked from open-webui/open-webui
feat: settings menu enhancement
This commit is contained in:
parent
aac46bb390
commit
201b5161f4
2 changed files with 78 additions and 30 deletions
|
@ -1124,8 +1124,8 @@
|
|||
e.preventDefault();
|
||||
}
|
||||
if (prompt !== '' && e.keyCode == 13 && !e.shiftKey) {
|
||||
submitPrompt(prompt);
|
||||
e.target.style.height = '';
|
||||
submitPrompt(prompt);
|
||||
}
|
||||
}}
|
||||
rows="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue