Skip to content

Commit

Permalink
修复可用外置存储路径列表不完整的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 20, 2023
1 parent 25c276f commit c79f38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/ChoosePath/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default memo(({
await readDir(path)
} catch { continue }
storagePathsRef.current.push(path)
break
}
})
}, [])
Expand Down

0 comments on commit c79f38b

Please sign in to comment.