@dreamcommerce/aurora 2.17.22-13 → 2.17.22-14

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.
@@ -152,7 +152,7 @@ var XhrImagePicker = function XhrImagePicker(_ref) {
152
152
  case 5:
153
153
  data = _context2.sent;
154
154
  file = new File([data], fileData.fileName);
155
- setInitialImage(file);
155
+ !isLoading && setInitialImage(file);
156
156
 
157
157
  case 8:
158
158
  case "end":
@@ -143,7 +143,7 @@ var XhrImagePicker = function XhrImagePicker(_ref) {
143
143
  case 5:
144
144
  data = _context2.sent;
145
145
  file = new File([data], fileData.fileName);
146
- setInitialImage(file);
146
+ !isLoading && setInitialImage(file);
147
147
 
148
148
  case 8:
149
149
  case "end":
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "2.17.22-13",
5
+ "version": "2.17.22-14",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",