Fix and improve selection behavior in the Filesystem dock

This commit is contained in:
Michael Alexsander
2026-05-09 19:23:07 -03:00
parent 9a33066a27
commit e2278afdd3
10 changed files with 201 additions and 190 deletions
@@ -434,7 +434,6 @@ void EditorVisualProfiler::_update_frame(bool p_focus_selected) {
node = node->get_parent();
}
ensure_selected->select(0);
ensure_selected->set_as_cursor(0);
variables->ensure_cursor_is_visible();
}
updating_frame = false;