Fix deleting items from unfiled items view
This commit is contained in:
parent
223bfe74db
commit
0c98f6542a
|
@ -1548,6 +1548,7 @@ Zotero.ItemTreeView.prototype.deleteSelection = function (force)
|
||||||
ids.push(this._getItemAtRow(j).id);
|
ids.push(this._getItemAtRow(j).id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Zotero.ItemGroupCache.clear();
|
||||||
var itemGroup = this._itemGroup;
|
var itemGroup = this._itemGroup;
|
||||||
|
|
||||||
if (itemGroup.isBucket()) {
|
if (itemGroup.isBucket()) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user