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:
- Write guide to README
- Add default styles to navigation
- Handle this exception in handleSubNav function.
target.nextElementSibling is null if you click svg.
Hello.
I realised that if your website css styles not have
pointer-events: nonerules 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.nextElementSiblingis null if you click svg.