Skip to content

Commit

Permalink
Force rendering the overlay with renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Sep 4, 2018
1 parent 945905f commit 9ab7016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vaadin-dropdown-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@

if (renderer) {
this._overlayElement.setProperties({owner: this, renderer: renderer});
this._overlayElement.render();

if (this._overlayElement.content.firstChild) {
this._assignMenuElement();
Expand Down

0 comments on commit 9ab7016

Please sign in to comment.