diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-01-18 19:31:03 -0500 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-01-18 19:31:03 -0500 |
commit | 22e1d39e5c6d2756a039543b33c45d9610669ec7 (patch) | |
tree | e0c91f95769c8f9774f248c98eacab89117676d7 /src/documents/Documents.ts | |
parent | 96dcfc8db79c035ba355d7459907f48c1f62ec08 (diff) |
selection manager added
Diffstat (limited to 'src/documents/Documents.ts')
-rw-r--r-- | src/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documents/Documents.ts b/src/documents/Documents.ts index bba678bbd..442fb00c7 100644 --- a/src/documents/Documents.ts +++ b/src/documents/Documents.ts @@ -77,7 +77,7 @@ export namespace Documents { collectionProto.SetField(KeyStore.Y, new NumberField(0)); collectionProto.SetField(KeyStore.Width, new NumberField(300)); collectionProto.SetField(KeyStore.Height, new NumberField(300)); - collectionProto.SetField(KeyStore.Layout, new TextField('<CollectionFreeFormView doc={doc} fieldKey={DataKey}/>')); + collectionProto.SetField(KeyStore.Layout, new TextField('<CollectionFreeFormView doc={doc} fieldKey={DataKey} isSelected={isSelected}/>')); collectionProto.SetField(KeyStore.LayoutKeys, new ListField([KeyStore.Data])); } return collectionProto; |