backups: set focus in the edit dialog

This commit is contained in:
Girish Ramakrishnan
2026-03-30 13:52:54 +02:00
parent 4b851afc6a
commit 9c16ad456d
+1
View File
@@ -204,6 +204,7 @@ function onEdit(backup) {
editLabel.value = backup.label || '';
editError.value = '';
editDialog.value.open();
setTimeout(() => document.getElementById('labelInput').focus(), 500);
}
async function onEditSubmit() {