mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 13:29:53 +00:00
Merge remote-tracking branch 'personal/fix-chat-rename-firefox' into dev
This commit is contained in:
commit
b0e83ccea0
@ -396,6 +396,7 @@
|
||||
}}
|
||||
on:keydown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
nameUpdateHandler();
|
||||
edit = false;
|
||||
}
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user