Skip to content

Commit 67aa083

Browse files
authored
解决文件上传之后列表不刷新的问题 fix #27
1 parent 30a91d0 commit 67aa083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/command_upload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func (r *CommandUpload) Run() error {
3939
break
4040
}
4141
}
42+
go r.cli.refreshFiles()
4243
}()
4344
return nil
4445
}

0 commit comments

Comments
 (0)