Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ handleSelectTab
Function
handleSelectTab
frontend/app/tab/tabbar.tsx:510–514 ·
view source on GitHub ↗
(tabId: string)
Source
from the content-addressed store, hash-verified
508
);
509
510
const handleSelectTab = (tabId: string) => {
511
if (!draggingTabDataRef.current.dragged) {
512
env.electron.setActiveTab(tabId);
513
}
514
};
515
516
const updateScrollDebounced = useCallback(
517
debounce(30, () => {
Callers
1
tabbar.tsx
File · 0.85
Calls
1
setActiveTab
Method · 0.45
Tested by
no test coverage detected