fix: folders not renamed on enter key
This commit is contained in:
@@ -396,6 +396,7 @@
|
||||
}}
|
||||
on:keydown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
nameUpdateHandler();
|
||||
edit = false;
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user