diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-06 11:56:58 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-06 11:56:58 -0400 |
| commit | 23fb3e44ff9eb9cb4df677cff93ea3be19d2ede9 (patch) | |
| tree | cc0ba68f8d0f8d264fe4f70f0690a5156ea94df6 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 9af41a75b3b8f114b5297ff83823560425fbd2ac (diff) | |
fixed flicker invalidation of collectionFFDocViews when transitions are set (eg., next/prev keyframe)
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 12ad6b02b..77cf0fc84 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1228,7 +1228,6 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection Document={childLayout} renderDepth={this.props.renderDepth + 1} replica={entry.replica} - dataTransition={entry.transition} suppressSetHeight={this.layoutEngine ? true : false} renderCutoffProvider={this.renderCutoffProvider} ContainingCollectionView={this.props.CollectionView} |
