MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _sendTermResize

Function _sendTermResize

web/scripts/ragnar_modern.js:1079–1083  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1077}
1078
1079function applyRusenseTabVisibility() {
1080 const visible = _rusenseTabVisible();
1081 document.querySelectorAll('.rusense-nav').forEach(btn => btn.classList.toggle('hidden', !visible));
1082 // If the tab is hidden while it's the active one, fall back to the dashboard.
1083 if (!visible && typeof currentTab !== 'undefined' && currentTab === 'rusense') {
1084 showTab('dashboard');
1085 }
1086 syncRusenseTabToggle();

Callers 1

initTerminalFunction · 0.85

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected