@trudb/tru-common-lib 0.2.317 → 0.2.318

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.
@@ -8142,8 +8142,6 @@ class TruDataGrid {
8142
8142
  cellData.api.deselectAll();
8143
8143
  cellData.node.setSelected(true);
8144
8144
  }
8145
- cellData.event.stopPropagation();
8146
- cellData.event.preventDefault();
8147
8145
  }
8148
8146
  }
8149
8147
  };