1
0
Fork 0

Don't rebuild tree when selecting a file in FileSystem list view

This commit is contained in:
Lars Pettersson 2024-12-13 19:37:33 +01:00
parent 7f5c469292
commit d0aa91bc6b
No known key found for this signature in database
GPG Key ID: CC050E7B46DF7540
1 changed files with 0 additions and 3 deletions

View File

@ -3556,9 +3556,6 @@ void FileSystemDock::_file_multi_selected(int p_index, bool p_selected) {
String fpath = files->get_item_metadata(current);
if (!fpath.ends_with("/")) {
current_path = fpath;
if (display_mode != DISPLAY_MODE_TREE_ONLY) {
_update_tree(get_uncollapsed_paths());
}
}
}