dependabot[bot]
2024-09-11 93b2481261bb3f890ac1d6ccc91057f5a32a3e8b
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()
  }