Fix a non-terminal startup error introduced in d7b1a53

This commit is contained in:
Adomas Venčkauskas 2022-04-05 10:07:36 +03:00
parent ce4b82a332
commit 5b9ac2ca53

View file

@ -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();
};