mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 16:03:54 +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._applyFixedPosition();
|
||||
this._positionWrapper();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user