fix: folders not renamed on enter key

This commit is contained in:
Peter De-Ath 2024-10-25 22:54:12 +01:00
parent af3456511b
commit 40764d91cf

View File

@ -396,6 +396,7 @@
}}
on:keydown={(e) => {
if (e.key === 'Enter') {
nameUpdateHandler();
edit = false;
}
}}