@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.
@@ -7227,6 +7227,9 @@ let Component = class Component extends Base {
7227
7227
  this.moduleLoader.clean();
7228
7228
  this.destroy();
7229
7229
  this.clearChanges();
7230
+ if (this.enablePersistence && this.getModuleName() === 'grid') {
7231
+ this.attachUnloadEvent();
7232
+ }
7230
7233
  this.localObserver = new Observer(this);
7231
7234
  this.preRender();
7232
7235
  this.injectModules();