ywana-core8 0.0.55 → 0.0.56

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.
package/dist/index.umd.js CHANGED
@@ -156,7 +156,7 @@
156
156
  function click(event) {
157
157
  event.stopPropagation();
158
158
  event.preventDefault();
159
- if (action) action();
159
+ if (action) action(event);
160
160
  }
161
161
 
162
162
  var clicker = clickable ? "clickable" : "";