@wwtdev/bsds-components-vue3 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -596,12 +596,13 @@ function An(e) {
596
596
  }
597
597
  }
598
598
  if (n.setAnchorId(s.value, p.value), l.value === "willPop") return;
599
- ({
599
+ const I = {
600
600
  popOpen: n.open,
601
601
  popClose: n.close,
602
602
  popCancel: n.cancel,
603
603
  popConfirm: n.confirm
604
- }[l.value] || n.toggle)(s.value);
604
+ }[l.value] || n.toggle;
605
+ h.stopPropagation(), I(s.value);
605
606
  }
606
607
  function m(h) {
607
608
  h.target.dataset.bsPopFauxButton !== "true" || !["Space", "Enter", "NumpadEnter"].includes(h.code) || D(h);