@filerobot/common
Advanced tools
Comparing version 0.0.0-beta.19 to 0.0.0-beta.25
@@ -43,3 +43,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
e.stopPropagation(); | ||
props.onClick(); | ||
if (props.onClick) { | ||
props.onClick(); | ||
} | ||
passEventToUnderlayingEvent(e); | ||
@@ -46,0 +50,0 @@ }; |
{ | ||
"name": "@filerobot/common", | ||
"version": "0.0.0-beta.19", | ||
"version": "0.0.0-beta.25", | ||
"description": "The common components shared between filerobot uploader modules", | ||
@@ -17,4 +17,4 @@ "homepage": "", | ||
"dependencies": { | ||
"@filerobot/icons": "^0.0.0-beta.18", | ||
"@filerobot/utils": "^0.0.0-beta.18", | ||
"@filerobot/icons": "^0.0.0-beta.25", | ||
"@filerobot/utils": "^0.0.0-beta.25", | ||
"react": "^17.0.1", | ||
@@ -21,0 +21,0 @@ "react-dom": "^17.0.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3860
197174
59