@trudb/tru-common-lib 0.2.309 → 0.2.310

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.
@@ -6556,7 +6556,7 @@ class TruDataGridPkeyCellRenderer {
6556
6556
  this.displayValue = params.value;
6557
6557
  params.eGridCell.addEventListener('contextmenu', this.onRightClick);
6558
6558
  params.eGridCell.addEventListener('mousedown', this.onMouseDown);
6559
- params.eGridCell.addEventListener('mousedown', this.onMouseUp);
6559
+ params.eGridCell.addEventListener('mouseup', this.onMouseUp);
6560
6560
  this.windowClickSubscription = fromEvent(window, 'click').subscribe((_) => {
6561
6561
  if (this.contextMenu.menuOpen) {
6562
6562
  this.contextMenu.closeMenu();