aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-02-22 22:21:50 -0500
committerbobzel <zzzman@gmail.com>2023-02-22 22:21:50 -0500
commit36e777855ad314b2f46666c6f8fb9610ec848d64 (patch)
tree5f5e053864162d307fedeeb4e814f75551126ffc /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parentac8a292b2ac077cb530b926824594efab2228a16 (diff)
fixed pin content to save collections content
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 3300bc387..7d176f426 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1605,6 +1605,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
anchor,
focusSpeed,
{
+ dataview: anchor.presData ? true : false,
pannable: anchor.presPinData ? true : false,
viewType: anchor.presPinViewType ? true : false,
filters: anchor.presPinDocFilters || anchor.presPinDocRangeFilters ? true : false,