Skip to content

Commit 72b7d37

Browse files
committed
Womp
1 parent b77aa26 commit 72b7d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/repl/app/components/limber/copy-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function toClipboard(target: HTMLElement) {
7777
return false;
7878
}
7979

80-
if (node.classList.contains('limber__menu__content')) {
80+
if ('classList' in node && node.classList.contains('limber__menu__content')) {
8181
return false;
8282
}
8383

0 commit comments

Comments
 (0)