Skip to content

Commit

Permalink
Womp
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 4, 2024
1 parent b77aa26 commit 72b7d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/repl/app/components/limber/copy-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function toClipboard(target: HTMLElement) {
return false;
}

if (node.classList.contains('limber__menu__content')) {
if ('classList' in node && node.classList.contains('limber__menu__content')) {
return false;
}

Expand Down

0 comments on commit 72b7d37

Please sign in to comment.