Skip to content

Commit f86dd86

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

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
@@ -355,7 +355,7 @@ define([
355355
return (typeof handler === "string" ? instance[handler] : handler)
356356
.apply(instance, arguments);
357357
};
358-
return setTimeout( handlerProxy, delay || 0 );
358+
return setTimeout(handlerProxy, delay || 0);
359359
}
360360
});
361361

0 commit comments

Comments
 (0)