diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index a9b2a50ae8e..c629d5e062c 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -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()); - } } }