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.
@@ -150,7 +150,7 @@ var Icon = function Icon(_ref) {
150
150
  function click(event) {
151
151
  event.stopPropagation();
152
152
  event.preventDefault();
153
- if (action) action();
153
+ if (action) action(event);
154
154
  }
155
155
 
156
156
  var clicker = clickable ? "clickable" : "";