Skip to content

Commit

Permalink
Merge branch 'modal-flag' into 'master'
Browse files Browse the repository at this point in the history
Modal flag

See merge request mistio/mist-list!34
  • Loading branch information
d-mo committed Oct 11, 2019
2 parents 8e954d2 + cd9d720 commit ee74750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mist-list",
"version": "2.1.2",
"version": "2.1.3",
"authors": [
"Dimitris Moraitis <[email protected]>",
"Christina Papakonstantinou <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion mist-list-actions-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
console.log(event.detail);
dialogs = this.shadowRoot.querySelectorAll('vaadin-dialog') || [];
for (var i = 0; i < dialogs.length; i++) {
if (dialogs[i].opened) {
if (dialogs[i].opened && !this.modal) {
var overlay = dialogs[i].$.overlay.$.overlay,
overlayShadowRoot = overlay.querySelector('#content').shadowRoot,
confirmButton = overlayShadowRoot.querySelector('paper-button[dialog-confirm]');
Expand Down

0 comments on commit ee74750

Please sign in to comment.