Skip to content

Commit

Permalink
release: 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Mar 21, 2024
1 parent 3f96d82 commit e3f0257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post-process/pdf-link-like.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class PDFInternalLinkPostProcessor extends PDFDestinationHolderPostProces

async getLinkText(evt: MouseEvent) {
if (this.plugin.settings.actionOnCitationHover === 'google-scholar-popover'
&& this.lib.requirePluginNewerThan('surfing', '0.9.4')) {
&& this.lib.requirePluginNewerThan('surfing', '0.9.5')) {
const destId = this.getDest();
if (typeof destId === 'string' && destId.startsWith('cite.')) {
const doc = this.child.pdfViewer.pdfViewer?.pdfDocument;
Expand Down

0 comments on commit e3f0257

Please sign in to comment.