mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-11 00:56:16 +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. */
|
||||
handleResultSelect(id: string) {
|
||||
analyticsEvent('search_result_selected');
|
||||
this.props.onSelection({id, generation: 0});
|
||||
this.searchRef!.setValue('');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user