aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 91a78c2af..f5cc1eb53 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1600,7 +1600,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
() => this.rootDoc.fitContentOnce,
fitContentOnce => {
if (fitContentOnce) this.fitContentOnce();
- this.rootDoc.fitContentOnce = false;
+ this.rootDoc.fitContentOnce = undefined;
},
{ fireImmediately: true, name: 'fitContent' }
);