mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Merge pull request #2305 from overleaf/em-synctex-fix
Fix Sync to PDF GitOrigin-RevId: 8230242a6d915df6040d2913189821234c657bc5
This commit is contained in:
committed by
sharelatex
parent
bf5df0f235
commit
a2baf4819b
@@ -977,7 +977,7 @@ define([
|
||||
this.cursorPosition = cursorPosition
|
||||
})
|
||||
|
||||
$scope.syncToPdf = function() {
|
||||
$scope.syncToPdf = () => {
|
||||
if (this.cursorPosition == null) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user