@esfaenza/es-table 11.2.120 → 11.2.121

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.
@@ -4311,6 +4311,8 @@
4311
4311
  this.pasteSubscription.unsubscribe();
4312
4312
  if (this.ctxMenuSubscription)
4313
4313
  this.ctxMenuSubscription.unsubscribe();
4314
+ if (this.copyPasteDetector.ActiveEstReference == this)
4315
+ this.copyPasteDetector.ActiveEstReference = null;
4314
4316
  };
4315
4317
  /** @ignore */
4316
4318
  EsTableComponent.prototype.ngOnChanges = function (changes) {