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) UMD
3
- * Version: 1.8.1 (2026-02-07T22:49:12.100Z)
3
+ * Version: 1.8.2 (2026-02-08T22:44:37.049Z)
4
4
  * Author: Denis Hilt
5
5
  * License: MIT
6
6
  */
@@ -99,7 +99,7 @@
99
99
 
100
100
  /**
101
101
  * vscroll (https://github.com/dhilt/vscroll) FESM5
102
- * Version: 1.8.1 (2026-02-07T22:49:08.739Z)
102
+ * Version: 1.8.2 (2026-02-08T22:44:31.613Z)
103
103
  * Author: Denis Hilt
104
104
  * License: MIT
105
105
  */
@@ -475,7 +475,7 @@
475
475
 
476
476
  var core = {
477
477
  name: 'vscroll',
478
- version: '1.8.1'
478
+ version: '1.8.2'
479
479
  };
480
480
 
481
481
  var getBox = function (id) {
@@ -5007,7 +5007,7 @@
5007
5007
  State.prototype.endInnerLoop = function () {
5008
5008
  var _a = this, fetch = _a.fetch, clip = _a.clip, render = _a.render, cycle = _a.cycle;
5009
5009
  fetch.stopSimulate();
5010
- clip.reset(true);
5010
+ clip.reset();
5011
5011
  if (fetch.cancel) {
5012
5012
  fetch.cancel();
5013
5013
  fetch.cancel = null;