dependabot[bot]
2024-09-25 08e20a7006204fa908d69a6619cad1da63c9e70a
quartz/components/scripts/util.ts
@@ -3,6 +3,7 @@
  function click(this: HTMLElement, e: HTMLElementEventMap["click"]) {
    if (e.target !== this) return
    e.preventDefault()
    e.stopPropagation()
    cb()
  }