Skip to content

Commit 4540f30

Browse files
author
Jeroen Alewijns
authored
Update menu.js
1 parent 4568687 commit 4540f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ define([
372372
_toggleDesktopMode: function () {
373373
var categoryParent, html;
374374

375-
$(this.element).off('click mouseenter mouseleave');
375+
$(this.element).off('click mousedown mouseenter mouseleave');
376376
this._on({
377377
/**
378378
* Prevent focus from sticking to links inside menu after clicking

0 commit comments

Comments
 (0)