Update context pane notes list when note is moved to/from parent
This commit is contained in:
parent
47c61d3a4d
commit
3b84e29c9e
1 changed files with 1 additions and 1 deletions
|
@ -538,8 +538,8 @@ var ZoteroContextPane = new function () {
|
|||
};
|
||||
});
|
||||
context.cachedNotes = notes;
|
||||
context.affectedIDs = new Set();
|
||||
}
|
||||
context.affectedIDs = new Set();
|
||||
|
||||
var attachment = _getCurrentAttachment();
|
||||
var parentID = attachment && attachment.parentID;
|
||||
|
|
Loading…
Add table
Reference in a new issue