diff options
author | bobzel <zzzman@gmail.com> | 2025-02-12 21:03:47 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-02-12 21:03:47 -0500 |
commit | fed9d4964c3d7074f9e78d873e2d5b08dcac6c13 (patch) | |
tree | fc343cbc519f0aed75e34cb3d4116234eef2e0b1 /src | |
parent | 105eedb39e85bc240451b429608e153e5f154b1e (diff) |
title image groups better
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 1 |
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; |