Skip to content

Commit

Permalink
Fix scoping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fedirjh committed Mar 11, 2023
1 parent f668cce commit 5be9a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ class ReportActionCompose extends React.Component {
}
this.setState({composerHeight});
}}
onScroll={this.setShouldShowSuggestionMenuToFalse}
onScroll={() => this.setShouldShowSuggestionMenuToFalse()}
/>
</DragAndDrop>
</View>
Expand Down

0 comments on commit 5be9a94

Please sign in to comment.