mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-25 09:02:23 +00:00
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…
x
Reference in New Issue
Block a user