Skip to content

Commit 9ab7471

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 f86dd86 commit 9ab7471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/mage/menu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ define([
355355
return (typeof handler === "string" ? instance[handler] : handler)
356356
.apply(instance, arguments);
357357
};
358+
358359
return setTimeout(handlerProxy, delay || 0);
359360
}
360361
});

0 commit comments

Comments
 (0)