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/web.js
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);
|