mol_jsx_lib 0.0.1147 → 0.0.1149

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.js CHANGED
@@ -686,7 +686,7 @@ var $;
686
686
  const pos = this.data[cursor + 1];
687
687
  sub.pub_off(pos);
688
688
  }
689
- this.sub_from = this.pub_from;
689
+ this.data.length = this.sub_from;
690
690
  this.cursor = this.pub_from;
691
691
  this.track_cut();
692
692
  this.cursor = $mol_wire_cursor.final;