gd-bs 6.6.51 → 6.6.52
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.
|
@@ -71,7 +71,7 @@ var _Card = /** @class */ (function (_super) {
|
|
|
71
71
|
// Set the click event
|
|
72
72
|
body.el.addEventListener("click", function (ev) {
|
|
73
73
|
// Execute the event
|
|
74
|
-
_this.props.onClick(body.props);
|
|
74
|
+
_this.props.onClick(body.props, ev);
|
|
75
75
|
});
|
|
76
76
|
}
|
|
77
77
|
// See if there is a render event
|