@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
|
@@ -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) {
|