Show sync error about embedded images in notes for attachment notes too
This commit is contained in:
parent
6970556dbd
commit
b397ee2281
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Note too long
|
// Note too long
|
||||||
else if (object.isNote()) {
|
else if (object.isNote() || object.isAttachment()) {
|
||||||
// Throw an error that adds a button for selecting the item to the sync error dialog
|
// Throw an error that adds a button for selecting the item to the sync error dialog
|
||||||
if (e.message.includes('<img src="data:image')) {
|
if (e.message.includes('<img src="data:image')) {
|
||||||
// TODO: Localize
|
// TODO: Localize
|
||||||
|
|
Loading…
Add table
Reference in a new issue