mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 16:04:59 +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() {
|
_adjustPosition() {
|
||||||
if (this.get("isExpanded")) {
|
|
||||||
this._applyDirection();
|
this._applyDirection();
|
||||||
}
|
|
||||||
this._applyFixedPosition();
|
this._applyFixedPosition();
|
||||||
this._positionWrapper();
|
this._positionWrapper();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user