stephanrauh / ngx-extended-pdf-viewer

A full-blown PDF viewer for Angular 16, 17, and beyond
https://pdfviewer.net
Apache License 2.0
449 stars 167 forks source link

link in new tab #2388

Open alexucgit opened 4 days ago

alexucgit commented 4 days ago

"ngx-extended-pdf-viewer": "20.5.0-alpha.4",

  ngOnInit(): void {
    pdfDefaultOptions.externalLinkTarget = LinkTarget.BLANK;
  }

the on link opens in a new tab only the first time I click on it

stephanrauh commented 4 days ago

I can sort of confirm this. The feature does work in the showcase (http://localhost:4200/extended-pdf-viewer/links) - but it seems that it's always one click late. There's something strange going on here!