mol_plot_all 1.2.474 → 1.2.476
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/node.esm.js +1 -1
- package/node.esm.js.map +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.esm.js +1 -1
- package/web.esm.js.map +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
package/web.js
CHANGED
|
@@ -1416,7 +1416,6 @@ var $;
|
|
|
1416
1416
|
if ($mol_owning_check(this, prev)) {
|
|
1417
1417
|
prev.destructor();
|
|
1418
1418
|
}
|
|
1419
|
-
this.cache = next;
|
|
1420
1419
|
if ($mol_owning_catch(this, next)) {
|
|
1421
1420
|
try {
|
|
1422
1421
|
next[Symbol.toStringTag] = this[Symbol.toStringTag];
|
|
@@ -1428,6 +1427,7 @@ var $;
|
|
|
1428
1427
|
if (!this.sub_empty)
|
|
1429
1428
|
this.emit();
|
|
1430
1429
|
}
|
|
1430
|
+
this.cache = next;
|
|
1431
1431
|
this.cursor = $mol_wire_cursor.fresh;
|
|
1432
1432
|
if (next instanceof Promise)
|
|
1433
1433
|
return next;
|