aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2025-02-24 16:10:29 -0500
committerA.J. Shulman <Shulman.aj@gmail.com>2025-02-24 16:10:29 -0500
commit7b0bd66a0ad22b5a5cb17e76e811b59c6c7ca729 (patch)
tree7ee37b74c8ba511ac59160f9b11f251861faab1d /src/client/views/collections/collectionFreeForm
parenta26c670b49a8631779869baf493135a59b92f523 (diff)
parent383a8a2f017c12c578537d3cb3005e00be019bd7 (diff)
Merge branch 'master' into ajs-finalagent
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/MarqueeView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
index 5524fedb3..9cfb0416c 100644
--- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
+++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
@@ -461,6 +461,7 @@ export class MarqueeView extends ObservableReactComponent<SubCollectionViewProps
const newColDim = 900;
for (const label of labelGroups) {
const newCollection = MarqueeView.getCollection([], undefined, false, this.Bounds);
+ newCollection[DocData].title = label + ' Collection';
newCollection._x = this.Bounds.left + x_offset;
newCollection._y = this.Bounds.top + y_offset;
newCollection._width = newColDim;