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 a93afde commit 50d421dCopy full SHA for 50d421d
app/design/adminhtml/Magento/backend/web/js/theme.js
@@ -347,7 +347,7 @@ define('globalSearch', [
347
self.field.addClass(self.options.fieldActiveClass);
348
});
349
350
- $(document).keydown(function (event) {
+ $(document).on('keydown.activateGlobalSearchForm', function (event) {
351
var inputs = [
352
'input',
353
'select',
0 commit comments