FIX: adusts select-kit position even if not expanded (#6785)

This commit is contained in:
Joffrey JAFFEUX 2018-12-17 12:29:51 +01:00 committed by GitHub
parent 6ee3900791
commit 22cea9ce90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,9 +69,7 @@ export default Ember.Mixin.create({
},
_adjustPosition() {
if (this.get("isExpanded")) {
this._applyDirection();
}
this._applyDirection();
this._applyFixedPosition();
this._positionWrapper();
},