@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.
@@ -3809,6 +3809,8 @@ class EsTableComponent {
3809
3809
  this.pasteSubscription.unsubscribe();
3810
3810
  if (this.ctxMenuSubscription)
3811
3811
  this.ctxMenuSubscription.unsubscribe();
3812
+ if (this.copyPasteDetector.ActiveEstReference == this)
3813
+ this.copyPasteDetector.ActiveEstReference = null;
3812
3814
  }
3813
3815
  /** @ignore */
3814
3816
  ngOnChanges(changes) {