Skip to content

Commit

Permalink
Fixed an issue where the stored items processors were not cleared on …
Browse files Browse the repository at this point in the history
…reset
  • Loading branch information
bonkalol committed Nov 26, 2024
1 parent 305c51f commit 54c29f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v3.75.1 (2024-11-26)

#### :bug: Bug Fix

* Fixed an issue where the stored items processors were not cleared on reset `base/b-virtual-scroll-new`

## v3.75.0 (2024-11-25)

#### :boom: Breaking Change
Expand Down
6 changes: 6 additions & 0 deletions src/base/b-virtual-scroll-new/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v3.75.1 (2024-11-26)

#### :bug: Bug Fix

* Fixed an issue where the stored items processors were not cleared on reset `base/b-virtual-scroll-new`

## v3.75.0 (2024-11-25)

#### :boom: Breaking Change
Expand Down
1 change: 1 addition & 0 deletions src/base/b-virtual-scroll-new/b-virtual-scroll-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export default class bVirtualScrollNew extends iVirtualScrollHandlers implements
* Resets the component state to its initial state
*/
protected reset(): void {
this.currentItemsProcessors = undefined;
this.onReset();
}

Expand Down

0 comments on commit 54c29f9

Please sign in to comment.