Skip to content

Commit

Permalink
Merge pull request #18996 from PrashantMangukiya/prashant-18844
Browse files Browse the repository at this point in the history
Corrected - Contact suggestion selection does not reset after selecting a contact
  • Loading branch information
amyevans authored May 17, 2023
2 parents 3bee6f9 + 4885cdf commit 3559764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ class ReportActionCompose extends React.Component {

const nextState = {
suggestedMentions: [],
highlightedMentionIndex: 0,
atSignIndex,
mentionPrefix: prefix,
};
Expand Down

0 comments on commit 3559764

Please sign in to comment.