Skip to content

Commit

Permalink
fix(module:tree-select): position error when in the modal-box
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Jun 20, 2018
1 parent 1a4332a commit d453c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tree-select/nz-tree-select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ export class NzTreeSelectComponent implements ControlValueAccessor, OnInit, Afte
this.nzOpen = true;
this.nzOpenChange.emit(this.nzOpen);
this.updateCdkConnectedOverlayStatus();
this.updatePosition();
this.updateDropDownClassMap();
}
}

Expand Down

0 comments on commit d453c88

Please sign in to comment.