I have 2 separate dropdowns (different style/interactions) on my page also not in the same div wrapper, container, section. If dropdown 1 is open when I click on dropdown 2, I want dropdown 1 to close & vice versa. I have that part working but if I went back to dropdown 1 to open it I would have to click twice because technically I only clicked once to open dropdown 1 and the second click was on to open dropdown 2.
Im looking for if the action of the second click happens else where for it to recognize it and reset the interaction back to wait for first click if possible.