mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
do not deep clone project in the filetree
GitOrigin-RevId: 043bafdd1ee37cc48eefb56a0dbb164eab0f54f1
This commit is contained in:
parent
6f0f4a87ad
commit
1f5c4c1c9c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export function useFileTreeData(propTypes) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function FileTreeDataProvider({ children }) {
|
export function FileTreeDataProvider({ children }) {
|
||||||
const [project] = useScopeValue('project', true)
|
const [project] = useScopeValue('project')
|
||||||
|
|
||||||
const { rootFolder } = project || {}
|
const { rootFolder } = project || {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue