diff --git a/ghost/admin/components/gh-modal-dialog.js b/ghost/admin/components/gh-modal-dialog.js index 04cc4860ec..143bb631cd 100644 --- a/ghost/admin/components/gh-modal-dialog.js +++ b/ghost/admin/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/ghost/admin/templates/components/gh-modal-dialog.hbs b/ghost/admin/templates/components/gh-modal-dialog.hbs index 961fbceb58..2db98df465 100644 --- a/ghost/admin/templates/components/gh-modal-dialog.hbs +++ b/ghost/admin/templates/components/gh-modal-dialog.hbs @@ -1,6 +1,6 @@