mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix path normalization
This commit is contained in:
parent
11d951f021
commit
96696e745e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ define [
|
|||
|
||||
rootDocDirname = ide.fileTreeManager.getRootDocDirname()
|
||||
if rootDocDirname?
|
||||
path = path.replace(/^\.\//, rootDocDirname)
|
||||
path = path.replace(/^\.\//, rootDocDirname + "/")
|
||||
|
||||
return path
|
||||
|
||||
|
|
Loading…
Reference in a new issue