Skip to content

Commit c55ab9a

Browse files
committed
address feedbacks
1 parent d0fefe2 commit c55ab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Content/popup/layout/SettingsMenu.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const SettingsMenu = (props) => {
184184
.replace("__LINK__", '<a href="https://github.com/rtCamp/godam-chrome-extension" target="_blank" rel="noopener noreferrer">GitHub</a>');
185185

186186
const handleMenuItemClick = (e, url) => {
187-
if (e.target.tagName === 'A') {
187+
if (e.target.tagName.toUpperCase() === 'A') {
188188
e.stopPropagation();
189189
return;
190190
}

0 commit comments

Comments
 (0)