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