Skip to content

Commit 5de490c

Browse files
ENGCOM-6291: Navigation menu 4th level/category does not appear consistently #25589 #25613
- Merge Pull Request #25613 from fabriciosobral/magento2:issue-25589-submenu-does-not-appear - Merged commits: 1. 16fa4c4
2 parents 3397b2b + 16fa4c4 commit 5de490c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/web/jquery/ui-modules/menu.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,7 @@ define([
440440
return;
441441
}
442442

443-
this.timer = this._delay(function () {
444-
this._close();
445-
this._open(submenu);
446-
}, this.delay);
443+
this._open(submenu);
447444
},
448445

449446
_open: function (submenu) {

0 commit comments

Comments
 (0)