mol_plot_all 1.2.1524 → 1.2.1526
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.d.ts +1 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +5 -1
- package/node.js.map +1 -1
- package/node.mjs +5 -1
- package/node.test.js +5 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +5 -1
- package/web.js.map +1 -1
- package/web.mjs +5 -1
package/node.js
CHANGED
|
@@ -842,7 +842,7 @@ var $;
|
|
|
842
842
|
this.data.length = this.sub_from;
|
|
843
843
|
this.cursor = this.pub_from;
|
|
844
844
|
this.track_cut();
|
|
845
|
-
this.cursor = $mol_wire_cursor.
|
|
845
|
+
this.cursor = $mol_wire_cursor.stale;
|
|
846
846
|
}
|
|
847
847
|
track_cut() {
|
|
848
848
|
if (this.cursor < this.pub_from) {
|
|
@@ -1919,6 +1919,10 @@ var $;
|
|
|
1919
1919
|
this.emit();
|
|
1920
1920
|
return next;
|
|
1921
1921
|
}
|
|
1922
|
+
destructor() {
|
|
1923
|
+
super.destructor();
|
|
1924
|
+
this.cursor = $mol_wire_cursor.final;
|
|
1925
|
+
}
|
|
1922
1926
|
}
|
|
1923
1927
|
$.$mol_wire_task = $mol_wire_task;
|
|
1924
1928
|
})($ || ($ = {}));
|