diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-23 22:15:40 -0400 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-23 22:15:40 -0400 |
commit | 101f04d82e49335fb2a55301a4ef4e7b04f081e6 (patch) | |
tree | ce2f5d0b80dfedcd7f4961bc122512f86cedec6e /src/client/documents/Documents.ts | |
parent | bc0a3eabf5a7a5d6c2944e4c6f99a4fd50563b82 (diff) |
menu getting closer :cry:
Diffstat (limited to 'src/client/documents/Documents.ts')
-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 b7ba6f1fe..57015e241 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -230,6 +230,7 @@ export class DocumentOptions { linearViewExpandable?: boolean; // can linear view be expanded linearViewToggleButton?: string; // button to open close linear view group linearViewSubMenu?: boolean; + linearViewFloating?: boolean; flexGap?: number; // Linear view flex gap flexDirection?: "unset" | "row" | "column" | "row-reverse" | "column-reverse"; |