Skip to content

Commit

Permalink
remove ios check
Browse files Browse the repository at this point in the history
  • Loading branch information
qaynam committed Aug 15, 2023
1 parent 410b594 commit ddbbf45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
};
const updateSelectImageBlob = async () => {
if (!isIOS()) {
return;
}
selectImageBlob = selectImageUrl ? await domToBlob(mainBlockRef) : null;
};
Expand Down

0 comments on commit ddbbf45

Please sign in to comment.