mirror of
https://github.com/open-webui/open-webui
synced 2025-03-23 14:27:58 +00:00
fix: folders not renamed on enter key
This commit is contained in:
parent
af3456511b
commit
40764d91cf
@ -396,6 +396,7 @@
|
||||
}}
|
||||
on:keydown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
nameUpdateHandler();
|
||||
edit = false;
|
||||
}
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user