diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-05 17:37:43 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-05 17:37:43 -0400 |
| commit | 62a34043949f051533ca549be48b774696331d43 (patch) | |
| tree | 9238dac2bed5eb19724ef63db848617e661e7eb9 /src/client/views/collections | |
| parent | bf3d45f8a16d23384a308f65adfa9a2baee495af (diff) | |
richtext + buttons
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 676a49288..71329f166 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -573,7 +573,9 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { addOverlay("arrangeScript", { x: 400, y: 500, width: 400, height: 300, title: "Layout Script" }, { doc: "Doc", index: "number", collection: "Doc", state: "any", docs: "Doc[]" }, "{x: number, y: number, width?: number, height?: number}"); }; } - + private _timeline = <Timeline {...this.props}/>; + se = () => { + } render() { const easing = () => this.props.Document.panTransformType === "Ease"; Doc.UpdateDocumentExtensionForField(this.props.DataDoc ? this.props.DataDoc : this.props.Document, this.props.fieldKey); |
