diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-04 18:35:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-04 18:35:10 -0400 |
| commit | ab7948689e384af8779e581708df6fa4225a85a3 (patch) | |
| tree | 8cfd66f92023912397977452adab8c00e041b3b4 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 4a6603ec1ffe317a98029c0e14a0f5c3a6de7e58 (diff) | |
fixed autolink. fixed the pileup view to animate properly and activate without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index e2ea81392..b2697cf08 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1152,6 +1152,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection renderDepth={this.props.renderDepth + 1} replica={entry.replica} renderIndex={renderIndex} + dataTransition={entry.transition} renderCutoffProvider={this.renderCutoffProvider} ContainingCollectionView={this.props.CollectionView} ContainingCollectionDoc={this.props.Document} |
