+EA 23.166 Nightly - Plugin.UI
July 3, 2025
1 file modified.
Important Changes
None.
UIList
@@ -415,7 +415,7 @@ private void OnSelect(UIList activeList)
cs
{
value.OnSelect(activeList);
}
if (this != activeList)
if (this != activeList && (bool)group)
{
group.Select(-1);
}