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 b77aa26 commit 72b7d37Copy full SHA for 72b7d37
apps/repl/app/components/limber/copy-utils.ts
@@ -77,7 +77,7 @@ async function toClipboard(target: HTMLElement) {
77
return false;
78
}
79
80
- if (node.classList.contains('limber__menu__content')) {
+ if ('classList' in node && node.classList.contains('limber__menu__content')) {
81
82
83
0 commit comments