Fix flash of "No items in this view" when switching collections

This commit is contained in:
Dan Stillman 2014-08-11 00:39:53 -04:00
parent 40f111832c
commit ae8f871f20

View File

@ -1170,7 +1170,6 @@ var ZoteroPane = new function()
};
this.itemsView.addCallback(this.setTagScope);
document.getElementById('zotero-items-tree').view = this.itemsView;
this.itemsView.selection.clearSelection();
// Add events to treecolpicker to update menu before showing/hiding
try {