ywana-core8 0.0.406 → 0.0.407

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.
@@ -165,7 +165,7 @@ var Icon = function Icon(_ref) {
165
165
  event.preventDefault();
166
166
  }
167
167
 
168
- if (action) action(event);
168
+ if (action && !disabled) action(event);
169
169
  }
170
170
 
171
171
  var style = disabled ? "disabled" : clickable ? "clickable" : "";