@trudb/tru-common-lib 0.2.160 → 0.2.161

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.
@@ -5913,7 +5913,6 @@ class TruDataGridCellRenderer {
5913
5913
  onRightClick = (event) => {
5914
5914
  event.stopPropagation();
5915
5915
  event.preventDefault();
5916
- alert('Cell Clicked');
5917
5916
  };
5918
5917
  init(params) {
5919
5918
  params.eGridCell.innerHTML = '';