We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169fcb7 commit 7e3319eCopy full SHA for 7e3319e
app/code/Magento/AdminAnalytics/view/adminhtml/web/js/modal/component.js
@@ -129,7 +129,7 @@ define([
129
* Keep the tab actions restricted to the popup modal
130
* so the user must select an option to dismiss the modal
131
*/
132
- handleTabKey: function(event) {
+ handleTabKey: function (event) {
133
var modal = this;
134
var KEY_TAB = 9;
135
@@ -170,7 +170,7 @@ define([
170
*
171
* Esc key should not close modal
172
173
- handleEscKey: function(event){
+ handleEscKey: function (event) {
174
event.preventDefault();
175
}
176
0 commit comments