@dcrackel/hematournamentui 1.0.136 → 1.0.138

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.
@@ -711,7 +711,7 @@ function _p(n, e, t, r, i, o) {
711
711
  label: "Edit",
712
712
  class: "mt-2",
713
713
  primary: "",
714
- onClick: o.onClick
714
+ onClick: ze(o.onClick, ["stop"])
715
715
  }, null, 8, ["onClick"])
716
716
  ])
717
717
  ]);
@@ -9921,7 +9921,7 @@ function PQ(n, e, t, r, i, o) {
9921
9921
  const A = L("TournamentHeader"), s = L("TournamentDetail");
9922
9922
  return E(), y("div", {
9923
9923
  class: "rounded-xl w-72 shadow border border-dropdownSelect hover:border-bright",
9924
- onClick: e[0] || (e[0] = (...a) => o.listEvents && o.listEvents(...a))
9924
+ onClick: e[0] || (e[0] = ze((...a) => o.listEvents && o.listEvents(...a), ["stop"]))
9925
9925
  }, [
9926
9926
  I(A, {
9927
9927
  artwork: t.detail.images && t.detail.images.length > 0 ? t.detail.images[0].URL : "",