Skip to content

Commit 7e3319e

Browse files
committed
MC-19639: Admin Analytics modal allows user to navigate the admin
1 parent 169fcb7 commit 7e3319e

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/AdminAnalytics/view/adminhtml/web/js/modal

1 file changed

+2
-2
lines changed

app/code/Magento/AdminAnalytics/view/adminhtml/web/js/modal/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ define([
129129
* Keep the tab actions restricted to the popup modal
130130
* so the user must select an option to dismiss the modal
131131
*/
132-
handleTabKey: function(event) {
132+
handleTabKey: function (event) {
133133
var modal = this;
134134
var KEY_TAB = 9;
135135

@@ -170,7 +170,7 @@ define([
170170
*
171171
* Esc key should not close modal
172172
*/
173-
handleEscKey: function(event){
173+
handleEscKey: function (event) {
174174
event.preventDefault();
175175
}
176176
}

0 commit comments

Comments
 (0)