Unity-Technologies/ui-toolkit-manual-code-examples

Display

bmarant opened this issue · 0 comments

On the tabs we do the .unselectedContent with display: none, but we never reactivate the display when switching, I went ahead and added a content.style.display = DisplayStyle.Flex on it to show the content on the SelectedTab.