@tetacom/ng-components 1.0.115 → 1.0.116
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.
|
@@ -10372,6 +10372,7 @@ class TableComponent {
|
|
|
10372
10372
|
this.contextMenuOpenChange.emit(this.contextMenuOpen);
|
|
10373
10373
|
}
|
|
10374
10374
|
setContextMenuRow(event) {
|
|
10375
|
+
this.contextMenuRow = null;
|
|
10375
10376
|
const rowElement = this._svc.getEventRow(event);
|
|
10376
10377
|
if (rowElement) {
|
|
10377
10378
|
const rowIndex = parseInt(rowElement.getAttribute('data-row'), 10);
|