From f0d0f743b25a3ca08e6b0b8fcc2bcbf632d66633 Mon Sep 17 00:00:00 2001 From: Saira-A <139405429+Saira-A@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:39:10 +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 8178d5060..8e091156e 100644 --- a/src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts +++ b/src/content-handlers/iiif/extensions/config/ContentLeftPanel.ts @@ -21,7 +21,7 @@ type ContentLeftPanelOptions = ExpandPanelOptions & { defaultToTreeEnabled: boolean; /** Number of items to default to tree view (when defaultToTreeEnabled = true; defaults to 0) */ defaultToTreeIfGreaterThan: number; - /** Determines if collection should default to tree view */ + /** Determines if collection should default to tree view (even if defaultToTreeEnabled = false) */ defaultToTreeIfCollection: boolean; /** Number of characters to elide at */ elideCount: number;