Fix add to note
This commit is contained in:
parent
110f29b766
commit
3105bb9ff3
1 changed files with 1 additions and 0 deletions
|
@ -968,6 +968,7 @@ class ReaderTab extends ReaderInstance {
|
|||
}
|
||||
|
||||
_addToNote(annotations) {
|
||||
annotations = annotations.map(x => ({ ...x, attachmentItemID: this._item.id }));
|
||||
let noteEditor = this._window.ZoteroContextPane && this._window.ZoteroContextPane.getActiveEditor();
|
||||
if (!noteEditor) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue