HTML Tree: Fix Show Items from Subcollections. Closes #2160
This commit is contained in:
parent
89d1899690
commit
b91664435f
1 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,9 @@ Zotero.Prefs = new function(){
|
|||
Zotero.getActiveZoteroPane().collectionsView && Zotero.getActiveZoteroPane().collectionsView.updateFontSize();
|
||||
Zotero.getActiveZoteroPane().itemsView && Zotero.getActiveZoteroPane().itemsView.updateFontSize();
|
||||
}],
|
||||
["recursiveCollections", function() {
|
||||
Zotero.getActiveZoteroPane().itemsView.refreshAndMaintainSelection();
|
||||
}],
|
||||
[ "layout", function(val) {
|
||||
Zotero.getActiveZoteroPane().updateLayout();
|
||||
}],
|
||||
|
|
Loading…
Add table
Reference in a new issue