Skip to content

Commit

Permalink
fix: 没删干净(寄
Browse files Browse the repository at this point in the history
  • Loading branch information
Shua-github committed Dec 29, 2024
1 parent 262ae70 commit 5c68b56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ function App() {
document.body.appendChild(link);
link.click();
document.body.removeChild(link);;
setRand(rand + 1);
};

function b64toBlob(b64Data, contentType = null, sliceSize = null) {
Expand Down Expand Up @@ -189,7 +188,6 @@ function App() {
}),
]);
setOpenCopySnackbar(true);
setRand(rand + 1);
};

return (
Expand Down

0 comments on commit 5c68b56

Please sign in to comment.