mol_dump_lib 0.0.893 → 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/web.mjs CHANGED
@@ -4781,6 +4781,7 @@ var $;
4781
4781
  return next;
4782
4782
  let [min, max] = $mol_mem_cached(() => this.view_window()) ?? [0, 0];
4783
4783
  const shift = this.view_window_shift();
4784
+ this.view_window_shift(0);
4784
4785
  min += shift;
4785
4786
  max += shift;
4786
4787
  let max2 = max = Math.min(max, kids.length);