MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / resetWikiGraphTransform

Function resetWikiGraphTransform

deployments/desktop/static/desktop.js:3813–3816  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3811 }
3812
3813 function resetWikiGraphTransform() {
3814 state.wikiGraphTransform = { scale: 1, x: 0, y: 0 };
3815 applyWikiGraphTransform();
3816 }
3817
3818 function renderWikiList() {
3819 const nodes = state.wikiNodes.length ? state.wikiNodes : state.wikiGraph?.nodes?.length ? state.wikiGraph.nodes : DEMO_MODE ? demoWikiNodes : [];

Callers 1

bindEventsFunction · 0.85

Calls 1

applyWikiGraphTransformFunction · 0.85

Tested by

no test coverage detected