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.
2 parents 76e9791 + 2c5402f commit bef86d8Copy full SHA for bef86d8
app/components/dataPanel.tsx
@@ -74,7 +74,7 @@ export default function DataPanel({ obj, setObj, url }: Props) {
74
<button
75
className="flex items-center gap-2 p-2"
76
title="Copy src to clipboard"
77
- onClick={() => navigator.clipboard.writeText(obj.src)}
+ onClick={() => navigator.clipboard.writeText(obj.src || "")}
78
>
79
<Copy color="white" />
80
Copy
0 commit comments