From c79f38b58c532f1fc3c30b372b2fed7c172b1de3 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 20 Dec 2023 23:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=AF=E7=94=A8=E5=A4=96?= =?UTF-8?q?=E7=BD=AE=E5=AD=98=E5=82=A8=E8=B7=AF=E5=BE=84=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=8D=E5=AE=8C=E6=95=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/ChoosePath/components/Header.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/ChoosePath/components/Header.tsx b/src/components/common/ChoosePath/components/Header.tsx index db646fc0..27f43608 100644 --- a/src/components/common/ChoosePath/components/Header.tsx +++ b/src/components/common/ChoosePath/components/Header.tsx @@ -35,7 +35,6 @@ export default memo(({ await readDir(path) } catch { continue } storagePathsRef.current.push(path) - break } }) }, [])