diff options
author | bobzel <zzzman@gmail.com> | 2021-02-28 01:06:27 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-28 01:06:27 -0500 |
commit | 7902b1021b89e45bd595e4a9588db11dccbf9831 (patch) | |
tree | c7b4ef671aedf7a8144131e3d04995d998f94caf /src/client/documents/Documents.ts | |
parent | 3837b3746c771960e8a0f7b00648f739495ca92d (diff) |
a bunch of changes to simplify how autoHeight works. extended to work for pdfs and stacking views. still some bugs.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index d725e5fc9..7f20fa990 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -240,7 +240,7 @@ export class DocumentOptions { treeViewDefaultExpandedView?: string; // default expanded view sidebarColor?: string; // background color of text sidebar sidebarViewType?: string; // collection type of text sidebar - docMaxHeight?: number; // maximum height for newly created (eg, from pasting) text documents + docMaxAutoHeight?: number; // maximum height for newly created (eg, from pasting) text documents textTransform?: string; // is linear view expanded letterSpacing?: string; // is linear view expanded flexDirection?: "unset" | "row" | "column" | "row-reverse" | "column-reverse"; |