@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.
@@ -4794,7 +4794,7 @@ const GridContextProvider = (props) => {
4794
4794
  return;
4795
4795
  }
4796
4796
  if (!rowNode.isSelected()) {
4797
- rowNode.setSelected(true, false);
4797
+ rowNode.setSelected(true, true);
4798
4798
  }
4799
4799
  // Cell already being edited, so don't re-edit until finished
4800
4800
  if (checkUpdating([colDef.field ?? ""], rowId)) {