( state: RightSidebarLayoutState, tab: TabType )
| 512 | return fallback; |
| 513 | } |
| 514 | export function addToolToFocusedTabset( |
| 515 | state: RightSidebarLayoutState, |
| 516 | tab: TabType |
| 517 | ): RightSidebarLayoutState { |
| 518 | return selectTabInFocusedTabset(state, tab); |
| 519 | } |
| 520 | |
| 521 | /** |
| 522 | * Add a tab to the focused tabset without changing the active tab. |
no test coverage detected