diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-21 15:11:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-21 15:11:19 -0400 |
| commit | d446a2c555019133f549978eb3a8453ac40c28d9 (patch) | |
| tree | 044013c32d6175d39307934e02eebf28fec828b4 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | c0bdb958920f1f0f68a35c70d5b4ad1bf5ea5824 (diff) | |
| parent | 5c582ee52f3af9515d3397fa7661d068fe1babe8 (diff) | |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 277fcd59c..684c919bd 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -250,7 +250,6 @@ export class CollectionStackingView extends CollectionSubView<Partial<collection isDocumentActive={this.isContentActive} LayoutTemplate={this.props.childLayoutTemplate} LayoutTemplateString={this.props.childLayoutString} - freezeDimensions={this.props.childFreezeDimensions} NativeWidth={this.props.childIgnoreNativeSize ? returnZero : this.props.childFitWidth?.(doc) || doc._fitWidth && !Doc.NativeWidth(doc) ? width : undefined} // explicitly ignore nativeWidth/height if childIgnoreNativeSize is set- used by PresBox NativeHeight={this.props.childIgnoreNativeSize ? returnZero : this.props.childFitWidth?.(doc) || doc._fitWidth && !Doc.NativeHeight(doc) ? height : undefined} dontCenter={this.props.childIgnoreNativeSize ? "xy" : undefined} |
