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 4540f30 commit 274703eCopy full SHA for 274703e
lib/web/mage/menu.js
@@ -323,6 +323,7 @@ define([
323
324
$(this.element).off('mouseenter mouseleave');
325
this._on({
326
+
327
/**
328
* @param {jQuery.Event} event
329
*/
@@ -371,9 +372,10 @@ define([
371
372
373
_toggleDesktopMode: function () {
374
var categoryParent, html;
-
375
376
$(this.element).off('click mousedown mouseenter mouseleave');
377
378
379
380
* Prevent focus from sticking to links inside menu after clicking
381
* them (focus should always stay on UL during navigation).
0 commit comments