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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_jsx_lib",
3
- "version": "0.0.1147",
3
+ "version": "0.0.1149",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -740,7 +740,7 @@ var $;
740
740
  const pos = this.data[cursor + 1];
741
741
  sub.pub_off(pos);
742
742
  }
743
- this.sub_from = this.pub_from;
743
+ this.data.length = this.sub_from;
744
744
  this.cursor = this.pub_from;
745
745
  this.track_cut();
746
746
  this.cursor = $mol_wire_cursor.final;