From 183037b4443c3a2f4923c7eab2254034516be355 Mon Sep 17 00:00:00 2001 From: Saira-A <139405429+Saira-A@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:39:01 +0100 Subject: [PATCH] Update src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts Co-authored-by: Demian Katz --- src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts b/src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts index b25c431ef..8178d5060 100644 --- a/src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts +++ b/src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts @@ -19,7 +19,7 @@ type ContentLeftPanelOptions = ExpandPanelOptions & { branchNodesSelectable: boolean; /** Determines if tree is the default view */ defaultToTreeEnabled: boolean; - /** Number of items to default to tree view */ + /** Number of items to default to tree view (when defaultToTreeEnabled = true; defaults to 0) */ defaultToTreeIfGreaterThan: number; /** Determines if collection should default to tree view */ defaultToTreeIfCollection: boolean;