From 09ddab8d767cc5a970dec22d65699c5c0c1a9589 Mon Sep 17 00:00:00 2001 From: Pekka Maanpaa Date: Mon, 3 Dec 2018 15:32:46 +0200 Subject: [PATCH] Remove unnecessary query --- src/vaadin-combo-box-dropdown-wrapper.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vaadin-combo-box-dropdown-wrapper.html b/src/vaadin-combo-box-dropdown-wrapper.html index b7b71a2fc..3852d972c 100644 --- a/src/vaadin-combo-box-dropdown-wrapper.html +++ b/src/vaadin-combo-box-dropdown-wrapper.html @@ -191,7 +191,6 @@ template.render(); this.$.dropdown = this.shadowRoot.querySelector('#dropdown'); - this.$.dropdown.$.overlay = this.$.dropdown.shadowRoot.querySelector('#overlay'); this._templateChanged(); this._loadingChanged(this.loading);