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
I realised that if your website css styles not have pointer-events: none rules to button's icon navigation, you get problems: sometimes you will click to icon and sometimes to navigation item. This project doesn't handle situations where you click icon.
Proposals for fix that minor problem:
Write guide to README
Add default styles to navigation
Handle this exception in handleSubNav function. target.nextElementSibling is null if you click svg.
The text was updated successfully, but these errors were encountered:
Hello.
I realised that if your website css styles not have
pointer-events: none
rules to button's icon navigation, you get problems: sometimes you will click to icon and sometimes to navigation item. This project doesn't handle situations where you click icon.Proposals for fix that minor problem:
target.nextElementSibling
is null if you click svg.The text was updated successfully, but these errors were encountered: