mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-15 03:22:43 +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, {
|
ide.editorManager.openDoc(entity, {
|
||||||
gotoLine: line,
|
gotoLine: line,
|
||||||
gotoColumn: column,
|
gotoColumn: column
|
||||||
forceReopen: true
|
// commented out because it causes an out of sync error
|
||||||
|
// forceReopen: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue