mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 22:49:39 +08:00
FIX: Trigger search app event being triggered multiple times (#25250)
This commit is contained in:
parent
f2cf5434f3
commit
f631eb5799
@ -541,6 +541,10 @@ export default Controller.extend({
|
||||
},
|
||||
|
||||
search(options = {}) {
|
||||
if (this.searching) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (options.collapseFilters) {
|
||||
document
|
||||
.querySelector("details.advanced-filters")
|
||||
|
Loading…
x
Reference in New Issue
Block a user