FIX: Remove incorrect full-page-search app event (#1209)
This appEvent is not firing on click, but instead on `resetAiResults`. This action is fired many times during page load.
This commit is contained in:
parent
2a8be6e2d7
commit
95160c80e3
|
|
@ -172,9 +172,6 @@ export default class AiFullPageSearch extends Component {
|
|||
this.AiResults = [];
|
||||
this.showingAiResults = false;
|
||||
this.args.addSearchResults([], "topic_id");
|
||||
this.appEvents.trigger(AI_RESULTS_TOGGLED, {
|
||||
enabled: false,
|
||||
});
|
||||
}
|
||||
|
||||
performHyDESearch() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue