Skip to content

Commit

Permalink
fixed #2936
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtcndkn committed Jun 1, 2017
1 parent b137aa2 commit b7cf271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export class Dropdown implements OnInit,AfterViewInit,AfterContentInit,AfterView

if(this.optionsChanged && this.panelVisible) {
this.optionsChanged = false;
this.alignPanel();
}

if(this.selectedOptionUpdated && this.itemsWrapper) {
Expand Down

0 comments on commit b7cf271

Please sign in to comment.