diff --git a/chrome/content/zotero/elements/attachmentAnnotationsBox.js b/chrome/content/zotero/elements/attachmentAnnotationsBox.js index 27af270883..7effc87911 100644 --- a/chrome/content/zotero/elements/attachmentAnnotationsBox.js +++ b/chrome/content/zotero/elements/attachmentAnnotationsBox.js @@ -106,7 +106,7 @@ let imageAnnotationRendered = false; for (let annotation of this._annotationItems) { if (!imageAnnotationRendered - && annotation.annotationType === 'image' + && ['image', 'ink'].includes(annotation.annotationType) && !await Zotero.Annotations.hasCacheImage(annotation)) { try { await Zotero.PDFWorker.renderAttachmentAnnotations(annotation.parentID);