@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.
- package/bundles/esfaenza-es-table.umd.js +2 -0
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +3 -1
- package/fesm2015/esfaenza-es-table.js +2 -0
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|