@linzjs/step-ag-grid 14.9.0 → 14.9.1

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "14.9.0",
5
+ "version": "14.9.1",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -391,7 +391,7 @@ export const GridContextProvider = <RowType extends GridBaseRow>(props: GridCont
391
391
  }
392
392
 
393
393
  if (!rowNode.isSelected()) {
394
- rowNode.setSelected(true, false);
394
+ rowNode.setSelected(true, true);
395
395
  }
396
396
 
397
397
  // Cell already being edited, so don't re-edit until finished