fix: Apply full width from template (#8615)
Some checks are pending
CI / build (20.x) (push) Waiting to run
CI / lint (push) Blocked by required conditions
CI / types (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / test (app) (push) Blocked by required conditions
CI / test (shared) (push) Blocked by required conditions
CI / test-server (1) (push) Blocked by required conditions
CI / test-server (2) (push) Blocked by required conditions
CI / test-server (3) (push) Blocked by required conditions
CI / bundle-size (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run

This commit is contained in:
Tom Moor
2025-03-02 23:00:02 -05:00
committed by GitHub
parent 0cfe0fc05b
commit fcff256586

View File

@ -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) {