You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixes #15416 - "The deleted nodes are hanging in the inspector."
This commit is contained in:
@@ -1398,7 +1398,7 @@ void EditorNode::_property_editor_forward() {
|
||||
}
|
||||
void EditorNode::_property_editor_back() {
|
||||
|
||||
if (editor_history.previous())
|
||||
if (editor_history.previous() || editor_history.get_path_size() == 1)
|
||||
_edit_current();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user