mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: folders not renamed on enter key
This commit is contained in:
parent
af3456511b
commit
40764d91cf
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@
|
||||||
}}
|
}}
|
||||||
on:keydown={(e) => {
|
on:keydown={(e) => {
|
||||||
if (e.key === 'Enter') {
|
if (e.key === 'Enter') {
|
||||||
|
nameUpdateHandler();
|
||||||
edit = false;
|
edit = false;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue