@trudb/tru-common-lib 0.1.990 → 0.1.991

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.
@@ -5894,7 +5894,6 @@ class TruDataGridPkeyCellRenderer {
5894
5894
  onRightClick = (event) => {
5895
5895
  event.stopPropagation();
5896
5896
  event.preventDefault();
5897
- alert('Right Cell Clicked');
5898
5897
  };
5899
5898
  init(params) {
5900
5899
  params.eGridCell.innerHTML = '';