mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix "@" mention doesn't open recent mentions search results if RHS is closed (#6872)
This commit is contained in:
@@ -964,7 +964,10 @@ export default class ChannelHeader extends React.Component {
|
||||
placement='bottom'
|
||||
overlay={recentMentionsTooltip}
|
||||
>
|
||||
<div className='channel-header__icon icon--hidden'>
|
||||
<div
|
||||
className='channel-header__icon icon--hidden'
|
||||
onClick={this.searchMentions}
|
||||
>
|
||||
<span
|
||||
className='icon icon__mentions'
|
||||
dangerouslySetInnerHTML={{__html: mentionsIcon}}
|
||||
|
||||
Reference in New Issue
Block a user