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 4568687 commit 4540f30Copy full SHA for 4540f30
lib/web/mage/menu.js
@@ -372,7 +372,7 @@ define([
372
_toggleDesktopMode: function () {
373
var categoryParent, html;
374
375
- $(this.element).off('click mouseenter mouseleave');
+ $(this.element).off('click mousedown mouseenter mouseleave');
376
this._on({
377
/**
378
* Prevent focus from sticking to links inside menu after clicking
0 commit comments