isobit-ui 0.0.337 → 0.0.338
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.338
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6415,7 +6415,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6415
6415
|
|
|
6416
6416
|
if (!(_typeof(o) === 'object' && !Array.isArray(o) && o !== null)) return;
|
|
6417
6417
|
return _invoke(function () {
|
|
6418
|
-
if (!action || !_this4.app.networkStatus.connected
|
|
6418
|
+
if (!action || !_this4.app.networkStatus.connected) {
|
|
6419
6419
|
var storage = me.$children[0].storage;
|
|
6420
6420
|
return _await(me.getStoredList(storage), function (storedList) {
|
|
6421
6421
|
if (!storedList) storedList = [];
|