fix(control): deselect automatically on update_current_folder_on_selected_displays

This commit is contained in:
E44
2025-11-23 20:45:19 +01:00
parent 3f118739be
commit 841aeae589
+3
View File
@@ -55,6 +55,9 @@ export async function filter_file_selection_for_current_selected_displays() {
}
export async function update_current_folder_on_selected_displays() {
selected_file_ids.update(() => {
return [];
});
const current_path = get(current_file_path);
for (const display_id of get(selected_display_ids)) {
const display = get_display_by_id(display_id, get(displays));