@trudb/tru-common-lib 0.1.861 → 0.1.862

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.
@@ -7036,7 +7036,7 @@ class TruDataGrid {
7036
7036
  };
7037
7037
  onCellMouseDown = (event) => {
7038
7038
  if (!event.column.colDef.pinned) {
7039
- event.event.preventDefault();
7039
+ event.event.stopPropagation();
7040
7040
  }
7041
7041
  };
7042
7042
  onCellClicked = (event) => {