Skip to content

Commit 6cdbbf5

Browse files
author
Ihor Melnychenko
committed
MAGETWO-32234: Subcategories in menu are shown instantly when user moves mouse quickly
- Added delay config and fix
1 parent 649b03a commit 6cdbbf5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/web/mage/menu.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,8 @@ define([
349349
}, 300);
350350
}
351351
},
352-
353352
_delay: function(handler, delay) {
354-
handler.apply(this, arguments);
355-
356-
return setTimeout(function() {}, delay || 0);
353+
this._super(handler, delay);
357354
}
358355
});
359356

0 commit comments

Comments
 (0)