@trudb/tru-common-lib 0.2.314 → 0.2.315
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.
|
@@ -6526,9 +6526,9 @@ class TruDataGridPkeyCellRenderer {
|
|
|
6526
6526
|
onMouseUp = (event) => {
|
|
6527
6527
|
let target = event.target;
|
|
6528
6528
|
if (this.params.node.isSelected())
|
|
6529
|
-
target.classList.add('ag-pkey-row-clicked-selected');
|
|
6530
|
-
else
|
|
6531
6529
|
target.classList.remove('ag-pkey-row-clicked-selected');
|
|
6530
|
+
else
|
|
6531
|
+
target.classList.add('ag-pkey-row-clicked-selected');
|
|
6532
6532
|
};
|
|
6533
6533
|
onCopy = (event) => {
|
|
6534
6534
|
let selectedRows = this.params.api.getSelectedRows();
|