Skip to content

Commit 5369b21

Browse files
authored
Merge branch 'main' into develop
2 parents 6b18bcf + 33bfcab commit 5369b21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/pages/result/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export const ResultPage = () => {
119119
});
120120
} catch (error) {
121121
console.error("클립보드 저장 실패:", error);
122-
123122
// 모바일에서 클립보드 저장 실패 시 이미지 다운로드로 대체
124123
try {
125124
const url = URL.createObjectURL(blob);

0 commit comments

Comments
 (0)