Skip to content

Commit

Permalink
fix otherStyles changes (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain authored and cibernox committed Dec 30, 2019
1 parent 9af530e commit e0addf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/basic-dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default class BasicDropdown extends Component<Args> {
let changes: RepositionChanges = {
hPosition: positions.horizontalPosition,
vPosition: positions.verticalPosition,
otherStyles: this.otherStyles
otherStyles: Object.assign({}, this.otherStyles)
};

if (positions.style) {
Expand Down

0 comments on commit e0addf0

Please sign in to comment.