From 5c68b566093a9fd26a770abb763c42acf6b88551 Mon Sep 17 00:00:00 2001 From: Shua-github Date: Sun, 29 Dec 2024 16:57:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B2=A1=E5=88=A0=E5=B9=B2=E5=87=80(?= =?UTF-8?q?=E5=AF=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index fb5f4cd..809ab54 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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) { @@ -189,7 +188,6 @@ function App() { }), ]); setOpenCopySnackbar(true); - setRand(rand + 1); }; return (