Skip to content

Commit

Permalink
actually we need to stop() some events. Should fix #449
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Jul 1, 2015
1 parent 3e710c7 commit 3d7db45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Ink/UI/Modal/1/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Ink.createModule('Ink.UI.Modal', '1', ['Ink.UI.Common_1','Ink.Dom.Event_1','Ink.

// Only stop the event if this dismisses this modal
if (!this._isOpen) {
Event.stopDefault(ev);
Event.stop(ev);
}
}
},
Expand Down

0 comments on commit 3d7db45

Please sign in to comment.