Skip to content

Commit

Permalink
Merge pull request #926 from VadimDez/feature/annotations-fix
Browse files Browse the repository at this point in the history
Improve arrangement of annotations #824
  • Loading branch information
VadimDez authored Sep 11, 2022
2 parents 83c8da6 + 450af0d commit 3de1504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pdf-viewer/pdf-viewer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ export class PdfViewerComponent
: RenderTextMode.DISABLED,
findController: this.pdfSinglePageFindController,
renderer: 'canvas',
l10n: undefined,
l10n: undefined,
imageResourcesPath: this._imageResourcesPath,
};

this.pdfSinglePageViewer = new PDFJSViewer.PDFSinglePageViewer(pdfOptions);
Expand Down

0 comments on commit 3de1504

Please sign in to comment.