diff --git a/src/top_bar.tsx b/src/top_bar.tsx index 3a0e3bd..63a558d 100644 --- a/src/top_bar.tsx +++ b/src/top_bar.tsx @@ -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(''); }