From fcff256586780f130debbe24c463ce2283f46b36 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 2 Mar 2025 23:00:02 -0500 Subject: [PATCH] fix: Apply full width from template (#8615) --- app/scenes/Document/components/Document.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx index a92d33ff9..fd61eca3a 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx @@ -174,6 +174,7 @@ class DocumentScene extends React.Component { if (template instanceof Document) { this.props.document.templateId = template.id; + this.props.document.fullWidth = template.fullWidth; } if (!this.title) {