Send analytics events for search usage

This commit is contained in:
Przemek Wiech
2019-03-24 23:49:52 +01:00
parent 4fc3e6d2d4
commit fe34cf442c

View File

@@ -163,6 +163,7 @@ export class TopBar extends React.Component<
/** On search result selected. */
handleResultSelect(id: string) {
analyticsEvent('search_result_selected');
this.props.onSelection({id, generation: 0});
this.searchRef!.setValue('');
}