Refresh trash view when an item is removed from the trash
This commit is contained in:
parent
f52cb2c397
commit
b4c4ec3a86
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ Zotero.ItemTreeView.prototype.notify = function(action, type, ids, extraData)
|
||||||
// If trash or saved search, just re-run search
|
// If trash or saved search, just re-run search
|
||||||
if (itemGroup.isTrash() || itemGroup.isSearch())
|
if (itemGroup.isTrash() || itemGroup.isSearch())
|
||||||
{
|
{
|
||||||
|
Zotero.ItemGroupCache.clear();
|
||||||
this.refresh();
|
this.refresh();
|
||||||
madeChanges = true;
|
madeChanges = true;
|
||||||
sort = true;
|
sort = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue