MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / destroyFullscreenStore

Function destroyFullscreenStore

frontend/src/stores/fullscreen.ts:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35export function destroyFullscreenStore() {
36 const subscriptions = subscriptionsRouter;
37 if (!subscriptions) return;
38
39 subscriptions.unsubscribeFrontendMessage("WindowFullscreen");
40}
41
42export function fullscreenModeChanged() {
43 update((state) => {

Callers 1

createFullscreenStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected