mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
PERF: reduces cpu/memory consumption of sk in some cases (#7525)
This commit is contained in:
@ -25,7 +25,7 @@ export default SingleSelectComponent.extend({
|
||||
return isExpanded ? caretUpIcon : caretDownIcon;
|
||||
},
|
||||
|
||||
@on("didReceiveAttrs")
|
||||
@on("didUpdateAttrs", "init")
|
||||
_setComboBoxOptions() {
|
||||
this.get("headerComponentOptions").setProperties({
|
||||
clearable: this.get("clearable")
|
||||
|
Reference in New Issue
Block a user