mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
FIX: calling incorrect method
This commit is contained in:
parent
5e4dd20795
commit
8f2b305b9a
@ -62,7 +62,7 @@ export default MultiSelectComponent.extend(Tags, {
|
||||
},
|
||||
|
||||
onExpand() {
|
||||
this.set("searchDebounce", run.debounce(this, this.prepareSearch, this.get("filter"), 200));
|
||||
this.set("searchDebounce", run.debounce(this, this._prepareSearch, this.get("filter"), 200));
|
||||
},
|
||||
|
||||
onDeselect() {
|
||||
|
Loading…
Reference in New Issue
Block a user