From ae8f871f2043ed2ec0cb82ae39beb36ae94af9e9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 11 Aug 2014 00:39:53 -0400 Subject: [PATCH] Fix flash of "No items in this view" when switching collections --- chrome/content/zotero/zoteroPane.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index e8e99ab57..bed873a65 100644 --- 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 {