mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:44:00 +08:00
FIX: adusts select-kit position even if not expanded (#6785)
This commit is contained in:
parent
6ee3900791
commit
22cea9ce90
|
@ -69,9 +69,7 @@ export default Ember.Mixin.create({
|
|||
},
|
||||
|
||||
_adjustPosition() {
|
||||
if (this.get("isExpanded")) {
|
||||
this._applyDirection();
|
||||
}
|
||||
this._applyDirection();
|
||||
this._applyFixedPosition();
|
||||
this._positionWrapper();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user