Skip to content

Commit

Permalink
fix(core): deleting Slicker object caused issue with cache
Browse files Browse the repository at this point in the history
- previous PR #606 to avoid mem leaks actually create an unintended issue, with Salesforce at least, caching broke because Slicker was no longer exist but the cache think it does.
  • Loading branch information
ghiscoding committed Feb 8, 2022
1 parent bcb11cd commit 3f3e261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Expand Up @@ -465,7 +465,6 @@ export class SlickVanillaGridBundle {
}
this._eventPubSubService?.dispose();
this._slickerGridInstances = null as any;
delete (window as any).Slicker;
}

initialization(gridContainerElm: HTMLElement, eventHandler: SlickEventHandler) {
Expand Down
Binary file not shown.

0 comments on commit 3f3e261

Please sign in to comment.