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 2b31f66 commit 4ca0831Copy full SHA for 4ca0831
src/features/modals/DownloadModal/index.tsx
@@ -83,7 +83,7 @@ export const DownloadModal = ({ opened, onClose }: ModalProps) => {
83
84
if (!blob) return;
85
86
- navigator.clipboard?.write([
+ await navigator.clipboard?.write([
87
new ClipboardItem({
88
[blob.type]: blob,
89
}),
0 commit comments