mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-12 01:26:17 +00:00
Send analytics events for search usage
This commit is contained in:
@@ -163,6 +163,7 @@ export class TopBar extends React.Component<
|
|||||||
|
|
||||||
/** On search result selected. */
|
/** On search result selected. */
|
||||||
handleResultSelect(id: string) {
|
handleResultSelect(id: string) {
|
||||||
|
analyticsEvent('search_result_selected');
|
||||||
this.props.onSelection({id, generation: 0});
|
this.props.onSelection({id, generation: 0});
|
||||||
this.searchRef!.setValue('');
|
this.searchRef!.setValue('');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user