mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix PDF position tracking
This commit is contained in:
parent
f7e69cebfd
commit
c24fe212a9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ div.full-size(ng-controller="PdfController")
|
|||
pdfjs
|
||||
ng-if="settings.pdfViewer == 'pdfjs'"
|
||||
pdf-src="pdf.url"
|
||||
key="project_id"
|
||||
key="{{ project_id }}"
|
||||
resize-on="layout:main:resize,layout:pdf:resize"
|
||||
highlights="pdf.highlights"
|
||||
position="pdf.position"
|
||||
|
|
Loading…
Reference in a new issue