Fix deleting items from unfiled items view

This commit is contained in:
Simon Kornblith 2011-10-03 00:13:13 +00:00
parent 223bfe74db
commit 0c98f6542a

View File

@ -1548,6 +1548,7 @@ Zotero.ItemTreeView.prototype.deleteSelection = function (force)
ids.push(this._getItemAtRow(j).id);
}
Zotero.ItemGroupCache.clear();
var itemGroup = this._itemGroup;
if (itemGroup.isBucket()) {