We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fefe2 commit c55ab9aCopy full SHA for c55ab9a
src/pages/Content/popup/layout/SettingsMenu.jsx
@@ -184,7 +184,7 @@ const SettingsMenu = (props) => {
184
.replace("__LINK__", '<a href="https://github.com/rtCamp/godam-chrome-extension" target="_blank" rel="noopener noreferrer">GitHub</a>');
185
186
const handleMenuItemClick = (e, url) => {
187
- if (e.target.tagName === 'A') {
+ if (e.target.tagName.toUpperCase() === 'A') {
188
e.stopPropagation();
189
return;
190
}
0 commit comments