mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
do not deep clone project in the filetree
GitOrigin-RevId: 043bafdd1ee37cc48eefb56a0dbb164eab0f54f1
This commit is contained in:
@@ -135,7 +135,7 @@ export function useFileTreeData(propTypes) {
|
||||
}
|
||||
|
||||
export function FileTreeDataProvider({ children }) {
|
||||
const [project] = useScopeValue('project', true)
|
||||
const [project] = useScopeValue('project')
|
||||
|
||||
const { rootFolder } = project || {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user