From 5f9afeb623b74c2b89cdc216f051a9202d95797f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 26 Mar 2011 04:37:12 +0000 Subject: [PATCH] unserialize persist before updating tag selector --- chrome/content/zotero/zoteroPane.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 315c596f5..17afc0d0d 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -347,6 +347,7 @@ var ZoteroPane = new function() return false; } + this.unserializePersist(); this.updateTagSelectorSize(); // restore saved row selection (for tab switching) @@ -368,8 +369,6 @@ var ZoteroPane = new function() }, 51); } - this.unserializePersist(); - // Focus the quicksearch on pane open setTimeout("document.getElementById('zotero-tb-search').inputField.select();", 1);