aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-01-17 15:36:22 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-01-17 15:36:22 -0500
commit4b0a056f1afaf20dea4be64c7b238748d99ad12e (patch)
tree53160e3ca195b9f2b34070bf301737086ae95f8c /src/client/documents/Documents.ts
parent4bf88786cc8a7e617bca4eb57f7639d69be06dcd (diff)
palette now doesn't interfere with touch
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 64abd4f57..c49642de0 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -119,6 +119,7 @@ export interface DocumentOptions {
limitHeight?: number; // maximum height for newly created (eg, from pasting) text documents
// [key: string]: Opt<Field>;
pointerHack?: boolean; // for buttons, allows onClick handler to fire onPointerDown
+ isExpanded?: boolean; // is linear view expanded
}
class EmptyBox {