and the last: ```fun TabPanel.activate(component: ...
# kvision
r
and the last:
Copy code
fun TabPanel.activate(component: Component) {
    val index = getComponentIndex(component)
    if (index >= 0) activeIndex = index
}