Merge pull request #2305 from overleaf/em-synctex-fix

Fix Sync to PDF

GitOrigin-RevId: 8230242a6d915df6040d2913189821234c657bc5
This commit is contained in:
Eric Mc Sween 2019-10-29 10:09:20 -04:00 committed by sharelatex
parent bf5df0f235
commit a2baf4819b

View file

@ -977,7 +977,7 @@ define([
this.cursorPosition = cursorPosition
})
$scope.syncToPdf = function() {
$scope.syncToPdf = () => {
if (this.cursorPosition == null) {
return
}