This commit is contained in:
암냥 2026-04-23 18:59:28 +09:00
commit d5c9469624
No known key found for this signature in database

View file

@ -250,7 +250,7 @@ export default function App() {
});
await navigator.clipboard.write([clipboardItem]);
alert("이미지가 클립보드에 복사되었습니다!");
// alert("이미지가 클립보드에 복사되었습니다!");
} catch (error) {
console.error("Failed to copy image:", error);
alert("이미지 복사에 실패했습니다. 브라우저 호환성 문제일 수 있습니다.");