diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-25 14:42:15 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-25 14:42:15 -0400 |
| commit | 57458679ffe87302b46c64ffaa05f967c84623df (patch) | |
| tree | 306c9d0134a4d6486d98f5697ac51dfa5ff45e24 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 0c01e7e4a4b32336268da2ff63972cb3806b49a1 (diff) | |
major rewrite of schema table and schem cells. lists/docs work now. dates display better. resizing is better and faster (but not fast).
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 549610e53..491c7e7e0 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1408,7 +1408,8 @@ export class CollectionFreeFormView extends CollectionSubView<PanZoomDocument, P viewDefDivClick={this.props.viewDefDivClick} zoomScaling={this.zoomScaling} panX={this.panX} panY={this.panY}> {this.children} - </CollectionFreeFormViewPannableContents></div> + </CollectionFreeFormViewPannableContents> + </div> {this.showTimeline ? <Timeline ref={this._timelineRef} {...this.props} /> : (null)} </MarqueeView>; } |
