mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-29 09:23:03 +00:00
Merge pull request #2305 from overleaf/em-synctex-fix
Fix Sync to PDF GitOrigin-RevId: 8230242a6d915df6040d2913189821234c657bc5
This commit is contained in:
parent
bf5df0f235
commit
a2baf4819b
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ define([
|
|||
this.cursorPosition = cursorPosition
|
||||
})
|
||||
|
||||
$scope.syncToPdf = function() {
|
||||
$scope.syncToPdf = () => {
|
||||
if (this.cursorPosition == null) {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue