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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Denis Hilt (https://github.com/dhilt)
3
+ Copyright (c) 2026 Denis Hilt (https://github.com/dhilt)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -293,4 +293,4 @@ VScroll will receive its own Adapter API documentation later, but for now please
293
293
 
294
294
  __________
295
295
 
296
- 2025 © [Denis Hilt](https://github.com/dhilt)
296
+ 2026 © [Denis Hilt](https://github.com/dhilt)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * vscroll (https://github.com/dhilt/vscroll) FESM5
3
- * Version: 1.8.1 (2026-02-07T22:49:08.739Z)
3
+ * Version: 1.8.2 (2026-02-08T22:44:31.613Z)
4
4
  * Author: Denis Hilt
5
5
  * License: MIT
6
6
  */
@@ -377,7 +377,7 @@ var reactiveConfigStorage = new Map();
377
377
 
378
378
  var core = {
379
379
  name: 'vscroll',
380
- version: '1.8.1'
380
+ version: '1.8.2'
381
381
  };
382
382
 
383
383
  var getBox = function (id) {
@@ -4909,7 +4909,7 @@ var State = /** @class */ (function () {
4909
4909
  State.prototype.endInnerLoop = function () {
4910
4910
  var _a = this, fetch = _a.fetch, clip = _a.clip, render = _a.render, cycle = _a.cycle;
4911
4911
  fetch.stopSimulate();
4912
- clip.reset(true);
4912
+ clip.reset();
4913
4913
  if (fetch.cancel) {
4914
4914
  fetch.cancel();
4915
4915
  fetch.cancel = null;