mol_dump_lib 0.0.893 → 0.0.895
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.deps.json +1 -1
- package/node.js +1 -0
- package/node.js.map +1 -1
- package/node.mjs +1 -0
- package/node.test.js +1 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +1 -0
- package/web.js.map +1 -1
- package/web.mjs +1 -0
package/node.js
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);
|