diff --git a/core/client/components/gh-modal-dialog.js b/core/client/components/gh-modal-dialog.js index 04cc4860ec..143bb631cd 100644 --- a/core/client/components/gh-modal-dialog.js +++ b/core/client/components/gh-modal-dialog.js @@ -29,7 +29,8 @@ var ModalDialog = Ember.Component.extend({ confirm: function (type) { this.sendAction('confirm' + type); this.close(); - } + }, + noBubble: Ember.K }, klass: Ember.computed('type', 'style', function () { diff --git a/core/client/templates/components/gh-modal-dialog.hbs b/core/client/templates/components/gh-modal-dialog.hbs index 961fbceb58..2db98df465 100644 --- a/core/client/templates/components/gh-modal-dialog.hbs +++ b/core/client/templates/components/gh-modal-dialog.hbs @@ -1,6 +1,6 @@