diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-19 15:30:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-19 15:30:38 -0400 |
| commit | c0daf8b6aff92b71662d9791aeaa4bb63076dd02 (patch) | |
| tree | 4df5bc633c3e1da148e796c0f3778bb832f48828 /src/client/views/collections/collectionFreeForm | |
| parent | bb7315dab4ba6da444e6a73820aed86bbdb82522 (diff) | |
from last
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 4 |
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); |
