PLT-6684 Fixed onClick handler for search autocomplete suggestions (#6540)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
5aaedb9663
Коммит
7ad1571701
@@ -79,7 +79,7 @@ export default class SearchSuggestionList extends SuggestionList {
|
|||||||
term={term}
|
term={term}
|
||||||
matchedPretext={this.state.matchedPretext[i]}
|
matchedPretext={this.state.matchedPretext[i]}
|
||||||
isSelection={isSelection}
|
isSelection={isSelection}
|
||||||
onClick={this.handleItemClick}
|
onClick={this.props.onCompleteWord}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user