From 06e9c97b3e578289990987f3b66b28efb6aba7a1 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 13 Mar 2018 13:21:53 +0100 Subject: [PATCH] vnDropDown positioning bug fixed --- client/core/src/components/drop-down/drop-down.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {