mol_dump_lib 0.0.892 → 0.0.894

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.mjs CHANGED
@@ -5986,6 +5986,7 @@ var $;
5986
5986
  return next;
5987
5987
  let [min, max] = $mol_mem_cached(() => this.view_window()) ?? [0, 0];
5988
5988
  const shift = this.view_window_shift();
5989
+ this.view_window_shift(0);
5989
5990
  min += shift;
5990
5991
  max += shift;
5991
5992
  let max2 = max = Math.min(max, kids.length);
package/node.test.js CHANGED
@@ -5977,6 +5977,7 @@ var $;
5977
5977
  return next;
5978
5978
  let [min, max] = $mol_mem_cached(() => this.view_window()) ?? [0, 0];
5979
5979
  const shift = this.view_window_shift();
5980
+ this.view_window_shift(0);
5980
5981
  min += shift;
5981
5982
  max += shift;
5982
5983
  let max2 = max = Math.min(max, kids.length);