Skip to content

Commit

Permalink
Merge pull request #15476 from tienifr/fix/15300-Report-item-remains-…
Browse files Browse the repository at this point in the history
…hovered-even-when-mouse-is-moved-away-from-it

fix/15300: Report item remains hovered even when mouse is moved away from it
  • Loading branch information
yuwenmemon authored Mar 3, 2023
2 parents d19c225 + 74f23bd commit a938832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class ReportActionItem extends Component {
displayAsGroup={this.props.displayAsGroup}
isVisible={
hovered
&& !this.state.isContextMenuActive
&& !this.props.draftMessage
}
draftMessage={this.props.draftMessage}
Expand Down

0 comments on commit a938832

Please sign in to comment.