@trudb/tru-common-lib 0.2.240 → 0.2.241

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.
@@ -8078,9 +8078,6 @@ class TruDataGrid {
8078
8078
  else
8079
8079
  cellData.node.setSelected(true);
8080
8080
  }
8081
- else if (cellData.event.shiftKey) {
8082
- let focusedId = this.rowFocuedOnMousedown.id;
8083
- }
8084
8081
  else {
8085
8082
  cellData.api.deselectAll();
8086
8083
  cellData.node.setSelected(true);