vscroll 1.8.1 → 1.8.2

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * vscroll (https://github.com/dhilt/vscroll) FESM2015
3
- * Version: 1.8.1 (2026-02-07T22:49:10.471Z)
3
+ * Version: 1.8.2 (2026-02-08T22:44:34.534Z)
4
4
  * Author: Denis Hilt
5
5
  * License: MIT
6
6
  */
@@ -362,7 +362,7 @@ const reactiveConfigStorage = new Map();
362
362
 
363
363
  var core = {
364
364
  name: 'vscroll',
365
- version: '1.8.1'
365
+ version: '1.8.2'
366
366
  };
367
367
 
368
368
  const getBox = (id) => {
@@ -4474,7 +4474,7 @@ class State {
4474
4474
  endInnerLoop() {
4475
4475
  const { fetch, clip, render, cycle } = this;
4476
4476
  fetch.stopSimulate();
4477
- clip.reset(true);
4477
+ clip.reset();
4478
4478
  if (fetch.cancel) {
4479
4479
  fetch.cancel();
4480
4480
  fetch.cancel = null;