commit ae8f871f2043ed2ec0cb82ae39beb36ae94af9e9
parent 40f111832ca136c2122452b0708e91bf6443eaf9
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 11 Aug 2014 00:39:53 -0400
Fix flash of "No items in this view" when switching collections
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js
@@ -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 {