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 7c904c5 commit fe0ecb0Copy full SHA for fe0ecb0
src/lib/fragments/AgGrid.react.js
@@ -782,7 +782,9 @@ 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 ? (loading_state && this.selectionEventFired) : this.selectionEventFired)
+ !(loading_state
786
+ ? loading_state && this.selectionEventFired
787
+ : this.selectionEventFired)
788
) {
789
if (!this.dataUpdates) {
790
setTimeout(() => {
0 commit comments