diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-08 18:55:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-08 18:55:32 -0400 |
| commit | 57501970d9b56ed39c6b29680286d66a536df5f1 (patch) | |
| tree | 10fef2d12a06d8217a246e24e6bbf042352c3b10 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | ca8cc74157adb339c15161cacf567c726dd15d1a (diff) | |
added showTitle prop to allow sidebarAnnos to have a custom title
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 018c2a895..c8561d901 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1052,6 +1052,7 @@ export class CollectionFreeFormView extends CollectionSubView<PanZoomDocument, P freezeDimensions={this.props.childFreezeDimensions} dropAction={StrCast(this.props.Document.childDropAction) as dropActionType} bringToFront={this.bringToFront} + showTitle={this.props.childShowTitle} dontRegisterView={this.props.dontRenderDocuments || this.props.dontRegisterView} pointerEvents={this.backgroundActive || this.props.childPointerEvents ? "all" : (this.props.viewDefDivClick || (engine === "pass" && !this.props.isSelected(true))) ? "none" : undefined} |
