mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
dont exclude image annotations when creating notes
from multiple selected items.
Regression from 48fd23ccec
This commit is contained in:
parent
7a74384b42
commit
65bc56b07b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue