You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme is a little bit missleading. If you have a look here: https://github.com/knee-cola/es6-menu-aim/blob/master/lib/es6-menu-aim.ts
rowSelector is never used.
So you have to call the hookUp funktion for all element that should handle the submenu.
Fe.: mainNav.children.forEach((element) => { menuAim.hookUp(element); })
Please provide detailed documents and working example.
The text was updated successfully, but these errors were encountered: