Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 112a7dc0a9 fix: Apply full width from template 2025-03-02 22:55:43 -05:00
@@ -174,6 +174,7 @@ class DocumentScene extends React.Component<Props> {
if (template instanceof Document) {
this.props.document.templateId = template.id;
this.props.document.fullWidth = template.fullWidth;
}
if (!this.title) {