mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-6684 Fixed onClick handler for search autocomplete suggestions (#6540)
This commit is contained in:
committed by
Joram Wilander
parent
5aaedb9663
commit
7ad1571701
@@ -79,7 +79,7 @@ export default class SearchSuggestionList extends SuggestionList {
|
||||
term={term}
|
||||
matchedPretext={this.state.matchedPretext[i]}
|
||||
isSelection={isSelection}
|
||||
onClick={this.handleItemClick}
|
||||
onClick={this.props.onCompleteWord}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user