MCPcopy Create free account
hub / github.com/cifertech/DisplayKit / hideAllToolFrames

Function hideAllToolFrames

app.js:771–775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

769}
770
771function hideAllToolFrames() {
772 [toolFramePixelForge, toolFrameBitCanvas, toolFrameTftGif].forEach((f) => {
773 if (f) f.classList.add("hidden");
774 });
775}
776
777function setActiveToolSwitchUI(toolKey) {
778 toolSwitchButtons.forEach((btn) => {

Callers 1

openEmbeddedToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected