@syncfusion/ej2-base 29.1.35 → 29.2.4

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.
@@ -7294,6 +7294,9 @@ var Component = /** @__PURE__ @class */ (function (_super) {
7294
7294
  this.moduleLoader.clean();
7295
7295
  this.destroy();
7296
7296
  this.clearChanges();
7297
+ if (this.enablePersistence && this.getModuleName() === 'grid') {
7298
+ this.attachUnloadEvent();
7299
+ }
7297
7300
  this.localObserver = new Observer(this);
7298
7301
  this.preRender();
7299
7302
  this.injectModules();