@trudb/tru-common-lib 0.2.6 → 0.2.7

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.
@@ -5896,7 +5896,7 @@ class TruDataGridPkeyCellRenderer {
5896
5896
  eGui;
5897
5897
  onRightClick = (event) => {
5898
5898
  event.preventDefault();
5899
- this.contextMenuPosition.x = (27 + event.clientX) + 'px';
5899
+ this.contextMenuPosition.x = (event.clientX - 27) + 'px';
5900
5900
  this.contextMenuPosition.y = event.clientY + 'px';
5901
5901
  this.contextMenu.menu?.focusFirstItem('mouse');
5902
5902
  this.contextMenu.openMenu();