diff --git a/client/core/src/components/drop-down/drop-down.js b/client/core/src/components/drop-down/drop-down.js index 066e26810..482297618 100755 --- a/client/core/src/components/drop-down/drop-down.js +++ b/client/core/src/components/drop-down/drop-down.js @@ -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() {