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 a4a2ff7 commit c42d48aCopy full SHA for c42d48a
app/code/Magento/Ui/view/base/web/js/modal/prompt.js
@@ -73,7 +73,7 @@ define([
73
* close modal window
74
* @param {Object} event - event
75
*/
76
- escapeKey: function (event) {
+ escapeKey: function () {
77
if (this.options.isOpen && this.modal.find(document.activeElement).length ||
78
this.options.isOpen && this.modal[0] === document.activeElement) {
79
this._close();
0 commit comments