diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 8ab3827882..9d050c3baf 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -5929,7 +5929,7 @@ var ZoteroPane = new function() Zotero.logError(e); } } - annotations.push(...attachment.getAnnotations().filter(x => x.annotationType != 'ink' && x.annotationType != 'image')); + annotations.push(...attachment.getAnnotations().filter(x => x.annotationType != 'ink')); } }