Fix collapsing navbar dropdown when clicking another element #1552
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "1549-nav-collapse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JavaScript was checking if element clicked is exactly
.nav-summary
,which isn't a problem when just clicking text inside it, but if we try
to click another element inside like
<span>
, it won't work, since nowthis span is clicked, not
.nav-summary
.Closes #1549
Deploy preview for privacytools-io ready!
Built with commit
e80abf622b
https://deploy-preview-1552--privacytools-io.netlify.com
Fantastic
Nice 👍