mol_jsx_lib 0.0.1415 → 0.0.1417

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/web.mjs CHANGED
@@ -860,7 +860,7 @@ var $;
860
860
  this.data.length = this.sub_from;
861
861
  this.cursor = this.pub_from;
862
862
  this.track_cut();
863
- this.cursor = $mol_wire_cursor.final;
863
+ this.cursor = $mol_wire_cursor.stale;
864
864
  }
865
865
  track_cut() {
866
866
  if (this.cursor < this.pub_from) {
@@ -1565,6 +1565,10 @@ var $;
1565
1565
  this.emit();
1566
1566
  return next;
1567
1567
  }
1568
+ destructor() {
1569
+ super.destructor();
1570
+ this.cursor = $mol_wire_cursor.final;
1571
+ }
1568
1572
  }
1569
1573
  $.$mol_wire_task = $mol_wire_task;
1570
1574
  })($ || ($ = {}));