Skip to content

Commit

Permalink
Fix unintended Crosstalk filter when selecting row for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Jan 29, 2024
1 parent 1677182 commit ab08137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcjs/Reactable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,7 @@ function Table({
setRowsSelected([])
} else {
// Selections from table should clear selections from other widgets
setCrosstalkSelection(null)
setCrosstalkSelection(undefined)
}
})

Expand Down

0 comments on commit ab08137

Please sign in to comment.