Revert "fix(app): startup efficiency (#18854)"
This reverts commit 546748a461.
This commit is contained in:
parent
cbe1337f24
commit
a379eb3867
33 changed files with 632 additions and 939 deletions
|
|
@ -22,7 +22,7 @@ export function useProviders() {
|
|||
const providers = () => {
|
||||
if (dir()) {
|
||||
const [projectStore] = globalSync.child(dir())
|
||||
if (projectStore.provider.all.length > 0) return projectStore.provider
|
||||
return projectStore.provider
|
||||
}
|
||||
return globalSync.data.provider
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue