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.
2 parents d0f760c + fae6d0f commit 7fdf23aCopy full SHA for 7fdf23a
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
*/
@@ -372,7 +373,9 @@ define([
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