dont exclude image annotations when creating notes

from multiple selected items.
Regression from 48fd23ccec
This commit is contained in:
Bogdan Abaev 2025-06-10 09:50:30 -07:00 • committed by Martynas Bagdonas
parent 7a74384b42
commit 65bc56b07b

View file

@ -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'));
}
}