aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-10 04:01:01 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-10 04:01:01 -0400
commit99b0ce24e4d56100746016995c20f9bb9c109072 (patch)
tree733ee6074eb67ebaf4a5a17fed471ec092dfbf40 /src/client/documents/Documents.ts
parent97977e7156eb852c20422fa995bbf96529dfb4e5 (diff)
adding/removing children from collection works (probably buggy); backspace delete broken
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 365af66b7..4908d2952 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -227,7 +227,7 @@ export class DocumentOptions {
_header_pointerEvents?: PEVt = new PEInfo('types of events the header of a custom text document can consume');
_lockedPosition?: BOOLt = new BoolInfo("lock the x,y coordinates of the document so that it can't be dragged");
_lockedTransform?: BOOLt = new BoolInfo('lock the freeform_panx,freeform_pany and scale parameters of the document so that it be panned/zoomed');
- _childrenSharedWithSchema?: BOOLt = new BoolInfo("whether this document's children are displayed in its parent schema view");
+ _childrenSharedWithSchema?: BOOLt = new BoolInfo("whether this document's children are displayed in its parent schema view", false);
dataViz_title?: string;
dataViz_line?: string;