We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65ae9e commit 7c904c5Copy full SHA for 7c904c5
src/lib/fragments/AgGrid.react.js
@@ -782,7 +782,7 @@ export default class DashAgGrid extends Component {
782
// Call the API to select rows unless the update was triggered by a selection made in the UI
783
if (
784
!equals(selectedRows, prevProps.selectedRows) &&
785
- !(loading_state && this.selectionEventFired)
+ !(loading_state ? (loading_state && this.selectionEventFired) : this.selectionEventFired)
786
) {
787
if (!this.dataUpdates) {
788
setTimeout(() => {
0 commit comments