mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 23:12:38 +08:00
feat(hooks): 在useFiles钩子中暴露selecting状态
This commit is contained in:
parent
8b17694cdf
commit
1bd1c814a8
@ -89,6 +89,7 @@ export const useFiles = (props?: Props) => {
|
||||
|
||||
return {
|
||||
files,
|
||||
selecting,
|
||||
setFiles,
|
||||
onSelectFile,
|
||||
clearFiles
|
||||
|
||||
Loading…
Reference in New Issue
Block a user