0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Close modals on escape

Closes #3016

- Disconnect modal outlet on escape key in closePopups action handler
This commit is contained in:
Jacob Gable 2014-06-23 21:52:38 -05:00
parent 72b3b3ceb1
commit 0feb6da647

View file

@ -8,8 +8,10 @@ var ApplicationRoute = Ember.Route.extend(ShortcutsRoute, {
closePopups: function () {
this.get('popover').closePopovers();
this.get('notifications').closeAll();
// @todo close modals
this.send('closeModal');
},
signedIn: function (user) {
// Update the user on all routes and controllers
this.container.unregister('user:current');