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:
Brian Gough 2020-01-16 13:04:01 +00:00 committed by Copybot
parent 01a7ed7927
commit 630a47ed0c

View file

@ -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
})
}
})