I have a navigation with dropdown menus on larger screens, and in order to create the proper responsive behavior for smaller screens, I've set preventDefault on the parent-link that has a dropdown
At certain point I used Accessibility Inspector (from Xcode -> Open developer tool -> Accessibility Inspector) while running my app in simulator, and ever since the Xcode console is cluttered
Refreshing my Javascript knowledge here so I know this is the basics of the language. In my example I can see what is happening, I just can't put into words the reason why.