@trudb/tru-common-lib 0.1.881 → 0.1.882

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.
@@ -7091,7 +7091,7 @@ class TruDataGrid {
7091
7091
  onCellMouseOver(e) {
7092
7092
  let targetElement = e.event.target;
7093
7093
  if (targetElement &&
7094
- !targetElement.classList.contains('.ag-cell-popup-editing') &&
7094
+ !targetElement.classList.contains('ag-cell-popup-editing') &&
7095
7095
  e.data.$entity.entityAspect.hasValidationErrors) {
7096
7096
  if (!targetElement.classList.contains('ag-cell'))
7097
7097
  targetElement = targetElement.closest('.ag-cell');