pixuireactcomponents 1.3.43 → 1.3.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixuireactcomponents",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
4
4
  "description": "pixui react components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -108,7 +108,7 @@ export var PreLoadPic = function (props) {
108
108
  var url = props.url, className = props.className, onClick = props.onClick, usePreload = props.usePreload, width = props.width, height = props.height;
109
109
  var _url = (_a = useState(url), _a[0]), setUrl = _a[1];
110
110
  var loaded = (_b = useState(false), _b[0]), setLoaded = _b[1];
111
- console.log('PicComp---', url, usePreload);
111
+ // console.log('PicComp---', url, usePreload);
112
112
  useEffect(function () {
113
113
  if (usePreload) {
114
114
  AsyncTaskProcessor.enqueueTask(function () {