Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CapSoftware/Cap
/ fullscreenMode
Function
fullscreenMode
apps/desktop/src/routes/editor/Editor.tsx:594–597 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
592
);
593
594
const fullscreenMode = () => {
595
if (isExportMode()) return
"export"
as const;
596
return null;
597
};
598
599
const MIN_SPLIT_RATIO = 0.25;
600
const MAX_SPLIT_RATIO = 0.75;
Callers
1
Inner
Function · 0.85
Calls
1
isExportMode
Function · 0.85
Tested by
no test coverage detected