Fix a non-terminal startup error introduced in d7b1a53
This commit is contained in:
parent
ce4b82a332
commit
5b9ac2ca53
1 changed files with 1 additions and 1 deletions
|
@ -5460,7 +5460,7 @@ var ZoteroPane = new function()
|
|||
};
|
||||
|
||||
this.updateItemTreeColumnWidths = function() {
|
||||
if (!ZoteroPane.itemsView) return;
|
||||
if (!ZoteroPane.itemsView || !ZoteroPane.itemsView.tree) return;
|
||||
ZoteroPane.itemsView.tree.updateColumnWidths();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue