vnDropDown positioning bug fixed
This commit is contained in:
parent
d8b39ea5ac
commit
06e9c97b3e
|
@ -312,7 +312,7 @@ export default class DropDown extends Component {
|
|||
|
||||
this.ul.appendChild(fragment);
|
||||
this.activateOption(this._activeOption);
|
||||
this.$.popover.relocate();
|
||||
this.$.$applyAsync(() => this.$.popover.relocate());
|
||||
}
|
||||
|
||||
destroyList() {
|
||||
|
|
Loading…
Reference in New Issue