You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that any internal navigation link that lives within a dropdown requires you to click on the text of the dropdown object rather than just clicking the box around it. The "Access Project" dropdown in the project edit page is an example of one of these:
I've got an incoming PR that'll improve this behavior by using @reach/router's navigate functionality which lets the entire <span/> use the handleClick instead of the anchor element. The end functionality is that it functions more like a button than a link.
The text was updated successfully, but these errors were encountered:
I noticed that any internal navigation link that lives within a dropdown requires you to click on the text of the dropdown object rather than just clicking the box around it. The "Access Project" dropdown in the project edit page is an example of one of these:
I've got an incoming PR that'll improve this behavior by using
@reach/router
'snavigate
functionality which lets the entire<span/>
use thehandleClick
instead of the anchor element. The end functionality is that it functions more like a button than a link.The text was updated successfully, but these errors were encountered: