aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-16 19:17:57 -0500
committerbobzel <zzzman@gmail.com>2023-12-16 19:17:57 -0500
commit5c255f655bf8a8ab8d9a7522b3c80f66aa24a5a2 (patch)
treeeb8445a13a206a1daa27e97bc75205413cd57c8a /src/client/views/collections/collectionFreeForm
parent4c4b42ee00262bb1fed10c73a6d35e013e2b9ab0 (diff)
parentfe4150d92a5cf69441ef2855c90da6350509ac68 (diff)
merged with zaul's branch
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 1f4688729..311890ee3 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1434,7 +1434,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
return anchor;
};
- infoUI = () => (this.Document.annotationOn ? null : <CollectionFreeFormInfoUI Document={this.Document} Freeform={this} />);
+ infoUI = () => (this.Document.annotationOn ? null : null); // <CollectionFreeFormInfoUI Document={this.Document} Freeform={this} />);
componentDidMount() {
this._props.setContentView?.(this);