Skip to content

Commit

Permalink
Fix: 웹 쉐어 API 에러멘트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Aug 6, 2024
1 parent 0154269 commit f4c6f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const captureScreenshot = async (canvas) => {
}
} catch (error) {
console.log("Sharing failed", error);
alert("공유에 실패했습니다. 다시 시도해주세요.");
alert("현재 MDN에서 제공하는 Web Share API는 애플 기기 미지원 상태입니다.");
} finally {
// Show the share button again after sharing
if (shareButton) shareButton.style.display = "block";
Expand Down

0 comments on commit f4c6f28

Please sign in to comment.