mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-14 15:03:08 +00:00
Merge pull request #2530 from overleaf/bg-remove-force-reopen-in-log
remove forceReopen in log pane GitOrigin-RevId: 63c28f374234ac3b07cc3fc2686b6487ad55f32d
This commit is contained in:
parent
01a7ed7927
commit
630a47ed0c
1 changed files with 3 additions and 2 deletions
|
@ -1017,8 +1017,9 @@ define([
|
|||
}
|
||||
ide.editorManager.openDoc(entity, {
|
||||
gotoLine: line,
|
||||
gotoColumn: column,
|
||||
forceReopen: true
|
||||
gotoColumn: column
|
||||
// commented out because it causes an out of sync error
|
||||
// forceReopen: true
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue