mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 10:32:19 -05:00
Merge branch 'pr-project-filepath-regex'
This commit is contained in:
commit
536c1ac65e
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ define [
|
||||||
return null
|
return null
|
||||||
|
|
||||||
normalizeFilePath = (path) ->
|
normalizeFilePath = (path) ->
|
||||||
path = path.replace(/^(.*)\/compiles\/[0-9a-f]{24}\/(\.\/)?/, "")
|
path = path.replace(/^(.*)\/compiles\/[0-9a-f]{24}(-[0-9a-f]{24})?\/(\.\/)?/, "")
|
||||||
path = path.replace(/^\/compile\//, "")
|
path = path.replace(/^\/compile\//, "")
|
||||||
|
|
||||||
rootDocDirname = ide.fileTreeManager.getRootDocDirname()
|
rootDocDirname = ide.fileTreeManager.getRootDocDirname()
|
||||||
|
|
Loading…
Reference in a new issue