aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-06 19:09:02 -0400
committerbobzel <zzzman@gmail.com>2024-05-06 19:09:02 -0400
commit23d4470b3f6a0bd862f3f5f9c775be039d479d81 (patch)
tree577b35301d0ba9961beb7d3837e531b4a0c61c8c /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parent139600ab7e8a82a31744cd3798247236cd5616fc (diff)
eslint cleanup
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 21a069bd8..74de6524b 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -183,7 +183,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
return this._props.styleProvider?.(this.Document, this._props, StyleProp.BackgroundColor);
}
@computed get fitWidth() {
- return this._props.layout_fitWidth?.(this.Document) ?? this.layoutDoc.layout_fitWidth;
+ return this._props.fitWidth?.(this.Document) ?? this.layoutDoc.layout_fitWidth;
}
@computed get nativeDimScaling() {
if (this._firstRender || (this._props.isAnnotationOverlay && !this._props.annotationLayerHostsContent)) return 1;
@@ -1055,7 +1055,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
pinToPres={this._props.pinToPres}
whenChildContentsActiveChanged={this._props.whenChildContentsActiveChanged}
dragAction={(this.Document.childDragAction ?? this._props.childDragAction) as dropActionType}
- layout_showTitle={this._props.childlayout_showTitle}
+ showTitle={this._props.childlayout_showTitle}
dontRegisterView={this._props.dontRegisterView}
pointerEvents={this.childPointerEventsFunc}
/>