Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ exitFullscreen
Function
exitFullscreen
frontend/src/stores/fullscreen.ts:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
export
async
function
exitFullscreen() {
66
await
document.exitFullscreen();
67
}
68
69
export
async
function
toggleFullscreen() {
70
const
state = get(store);
Callers
1
toggleFullscreen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected