vnDropDown positioning bug fixed

This commit is contained in:
Juan 2018-03-13 13:21:53 +01:00
parent d8b39ea5ac
commit 06e9c97b3e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export default class DropDown extends Component {
this.ul.appendChild(fragment); this.ul.appendChild(fragment);
this.activateOption(this._activeOption); this.activateOption(this._activeOption);
this.$.popover.relocate(); this.$.$applyAsync(() => this.$.popover.relocate());
} }
destroyList() { destroyList() {