Hi all, first post, yay!
I have an issue with interactions in the case of a burger being clicked (interaction1), selecting a link(interaction2), then clicking the burger again (back to interaction1 but possibly looking at 'click 2' instead of restarting the interaction) resulting in the nav not opening unless the user does an additional click --hope that made sense, if not then below is the lay of the land!)
share link: https://preview.webflow.com/preview/s02?preview=a084a0c3ae2ba7cfb25389b921dfc830
elements:
-burger
-nav (full page with links -- initial display: none)
-main page
interaction: nav toggle
first click burger:
-set nav = display: block
second click burger:
-set nav = display: none
interaction: select link from nav
(the first click burger has already taken place)
-set nav = display: none
Here is my issue: after a link has been selected, the user clicks the burger again...but the nav doesn't open, click a second time and it does.
This is what I believe has happened:
after the user selects the link, the user clicks the burger triggering the second click event (set nav = display: none), but this does nothing since this is the current state of the display thanks to the link interaction.
So my question is how can I open the nav, select a link, then open the nav again without the issue of an actionless extra click?
thanks!
Mike