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:
Isaac Janzen 2025-03-21 14:13:22 -05:00 committed by GitHub
parent 2a8be6e2d7
commit 95160c80e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {