mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Merge pull request #2546 from overleaf/bg-update-filetree-on-open
update the file tree selection whenever a document is opened GitOrigin-RevId: 88d7b651b43d0a0ca5fa9998d4c42c7b1d3effc5
This commit is contained in:
@@ -146,6 +146,8 @@ define([
|
||||
}
|
||||
|
||||
if (doc.id === this.$scope.editor.open_doc_id && !options.forceReopen) {
|
||||
// automatically update the file tree whenever the file is opened
|
||||
this.ide.fileTreeManager.selectEntity(doc)
|
||||
this.$scope.$apply(() => {
|
||||
return done()
|
||||
})
|
||||
|
||||
@@ -1018,8 +1018,6 @@ define([
|
||||
ide.editorManager.openDoc(entity, {
|
||||
gotoLine: line,
|
||||
gotoColumn: column
|
||||
// commented out because it causes an out of sync error
|
||||
// forceReopen: true
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user