MCPcopy 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
65export async function exitFullscreen() {
66 await document.exitFullscreen();
67}
68
69export async function toggleFullscreen() {
70 const state = get(store);

Callers 1

toggleFullscreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected