diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-28 13:53:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-28 13:53:09 -0400 |
| commit | ce94cdd070035ef6374eeb471ecf6e4542b4ba20 (patch) | |
| tree | 16695f8c6bc336ba595f5f7c98dac3f7a2e015a0 /src/client/documents | |
| parent | 59a22f3a007b201e68ac2f3e1d62e0ca5e66488a (diff) | |
fixed rendering of slides in filesystem view to not render the UI, just the doc name
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 087d32a60..741868a99 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -282,6 +282,7 @@ export class DocumentOptions { strokeWidth?: number; freezeChildren?: string; // whether children are now allowed to be added and or removed from a collection treeViewHideTitle?: boolean; // whether to hide the top document title of a tree view + treeViewHideHeaderIfTemplate?: boolean; // whether to hide the header for a document in a tree view only if a childLayoutTemplate is provided (presBox) treeViewHideHeader?: boolean; // whether to hide the header for a document in a tree view treeViewHideHeaderFields?: boolean; // whether to hide the drop down options for tree view items. treeViewGrowsHorizontally?: boolean; // whether an embedded tree view of the document can grow horizontally without growing vertically |
