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