Open eatyourgreens opened 2 years ago
Grommet implements buttons as links if href
is present, so the solution to this might be as simple as adding an href
attribute to the Done & Talk button.
Right clicking a link, and selecting an option from the context menu, isn't detected by React. See https://github.com/zooniverse/Panoptes-Front-End/issues/6129 for details.
Package
lib-classifier
Describe the bug
'Done and Talk' is implemented as a link to Talk in PFE, which means that I can right click and open in a new tab or window.
The new Done And Talk button is implemented as a button, which means that right clicking it only offers the standard page context menu, with no options to open in a new tab or window.
To Reproduce
Right-click Done and Talk.
Expected behavior
I should have the option to easily open Talk in a new tab.