MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / clearDistanceHints

Function clearDistanceHints

app.js:521–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519}
520
521function clearDistanceHints() {
522 if (!preview) return;
523 preview.querySelectorAll(".distance-hint").forEach((n) => n.remove());
524}
525
526function updateDistanceHintsForDrag(excludeId, x, y, w, h) {
527 clearDistanceHints();

Callers 3

onResizeUpFunction · 0.85
onMouseUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected