Merge branch 'xxSeys1-PrefabEditorScrollToSelectionFix'

This commit is contained in:
Wojtek Figat
2025-06-16 14:43:40 +02:00

View File

@@ -97,10 +97,7 @@ namespace FlaxEditor.Windows.Assets
// For single node selected scroll view so user can see it
if (nodes.Count == 1)
{
nodes[0].ExpandAllParents(true);
ScrollViewTo(nodes[0]);
}
ScrollToSelectedNode();
}
// Update properties editor