Open trailsnail opened 5 years ago
On mobile view the touchstart and click event seems to trigger the toggle() call twice. This results in a close() call despite I want to open the dropdown. Sure it works, but I don't know what depends on this behavior and states
touchstart
click
toggle()
close()
On mobile view the
touchstart
andclick
event seems to trigger thetoggle()
call twice. This results in aclose()
call despite I want to open the dropdown. Sure it works, but I don't know what depends on this behavior and states