Finally I get to test new tab panel implementation...
# kvision
t
Finally I get to test new tab panel implementation and I am wondering whether Tab needs to inherit from SimplePanel? I think the most common case is when the tab has just one child component. Our code if full of this:
Copy code
child = tabPanel.activeTab?.getChildren()?.firstOrNull()
what about something like:
Copy code
child = tabPanel.activeTab?.child