Merge branch 'Zode-tageditor-quickexpand'

This commit is contained in:
2025-07-01 16:47:07 +02:00
@@ -604,6 +604,9 @@ namespace FlaxEditor.CustomEditors.Editors
root.SortChildrenRecursive();
root.Expand(true);
if (Input.GetKey(KeyboardKeys.Shift))
root.ExpandAll(true);
return menu;
}
}