aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-19 15:30:38 -0400
committerbobzel <zzzman@gmail.com>2025-06-19 15:30:38 -0400
commitc0daf8b6aff92b71662d9791aeaa4bb63076dd02 (patch)
tree4df5bc633c3e1da148e796c0f3778bb832f48828 /src/client/views/collections/collectionFreeForm
parentbb7315dab4ba6da444e6a73820aed86bbdb82522 (diff)
from last
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/MarqueeView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
index 128606675..ff78b332a 100644
--- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
+++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx
@@ -589,8 +589,8 @@ export class MarqueeView extends ObservableReactComponent<SubCollectionViewProps
});
this._props.addDocument?.(scrapbook);
- const portal = Docs.Create.FreeformDocument(selected, { title: 'summarized documents', x: this.Bounds.left + 200, y: this.Bounds.top, isGroup: true, backgroundColor: 'transparent' });
- DocUtils.MakeLink(scrapbook, portal, { link_relationship: 'summary of:summarized by' });
+ const portal = Docs.Create.FreeformDocument(selected, { title: 'docs in scrapbook', x: this.Bounds.left + 200, y: this.Bounds.top, isGroup: true, backgroundColor: 'transparent' });
+ DocUtils.MakeLink(scrapbook, portal, { link_relationship: 'scrapbook of:in scrapbook' });
portal.hidden = true;
this._props.addDocument?.(portal);