Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from sarbull/patch-3
Browse files Browse the repository at this point in the history
Query proper element for paper-dialog #9
  • Loading branch information
bogdan-sava authored Oct 15, 2020
2 parents 16206d3 + 0735061 commit ff914c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/my-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ class MyApp extends mixinBehaviors([AppLocalizeBehavior], PolymerElement) {

_onShowModal(event) {
this.modalMessage = event.detail.message;
this.$.modal.open();

this.shadowRoot.querySelector("#modal").open();
}

_updateBreadcrumb(page) {
Expand Down

0 comments on commit ff914c4

Please sign in to comment.