Merge pull request #3502 from overleaf/ta-file-tree-select-created

[ReactFileTree] Auto-Select Entities Created by User

GitOrigin-RevId: b45d54cbe124c51be819456b8ea17ddd075b1922
This commit is contained in:
Timothée Alby
2021-01-06 03:07:59 +00:00
committed by Copybot
parent fc38e20dfb
commit 8c7bf5fbd2
7 changed files with 80 additions and 31 deletions
@@ -1643,7 +1643,8 @@ const ProjectEntityUpdateHandler = {
folder._id,
fileRef,
'convertDocToFile',
null
null,
userId
)
callback(null, fileRef)
}