Closed tomwayson closed 9 years ago
The nav menu uses touch.press, which emulates mousdown/touchstart when what we want to handle is click. This should eliminate the need to call _hideDropdownNav() in all the event handlers.
_hideDropdownNav()
The nav menu uses touch.press, which emulates mousdown/touchstart when what we want to handle is click. This should eliminate the need to call
_hideDropdownNav()
in all the event handlers.