@plasmicpkgs/plasmic-rich-components 1.0.83 → 1.0.84

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.
@@ -1520,7 +1520,7 @@ function useRowSelectionProps(data, props) {
1520
1520
  onRow: function (row) { return ({
1521
1521
  onClick: function (event) {
1522
1522
  var key = deriveKeyOfRow(row, deriveRowKey(data, rowKey));
1523
- if (key) {
1523
+ if (key != null) {
1524
1524
  if (canSelectRows === "click") {
1525
1525
  // Some heuristics to avoid selecting a row when
1526
1526
  // the object clicked is interactable -- like button, anchor,