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

Function hideSnapGuides

app.js:289–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287}
288
289function hideSnapGuides() {
290 if (snapGuideV) snapGuideV.classList.remove("show");
291 if (snapGuideH) snapGuideH.classList.remove("show");
292}
293
294function ensureRulers() {
295 const wrapper = document.querySelector(".preview-wrapper");

Callers 2

onResizeUpFunction · 0.85
onMouseUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected