wow
This commit is contained in:
parent
caf67c870e
commit
d5c9469624
1 changed files with 9 additions and 9 deletions
|
|
@ -250,7 +250,7 @@ export default function App() {
|
||||||
});
|
});
|
||||||
|
|
||||||
await navigator.clipboard.write([clipboardItem]);
|
await navigator.clipboard.write([clipboardItem]);
|
||||||
alert("이미지가 클립보드에 복사되었습니다!");
|
// alert("이미지가 클립보드에 복사되었습니다!");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to copy image:", error);
|
console.error("Failed to copy image:", error);
|
||||||
alert("이미지 복사에 실패했습니다. 브라우저 호환성 문제일 수 있습니다.");
|
alert("이미지 복사에 실패했습니다. 브라우저 호환성 문제일 수 있습니다.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue