unserialize persist before updating tag selector
This commit is contained in:
parent
7fd299bd64
commit
5f9afeb623
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue