Skip to content

Commit

Permalink
When deleting a file automatically select first in the list for file …
Browse files Browse the repository at this point in the history
…management
  • Loading branch information
Peter York committed Aug 1, 2024
1 parent 53d5851 commit 837ba10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/files/FileManager.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
} else {
fileList = files.saveAndGetFileList($currentFile, $state);
}
selectedFileForManagement = fileList[0] || "";
}
}
Expand Down

0 comments on commit 837ba10

Please sign in to comment.