1
0
mirror of https://github.com/outline/outline.git synced 2025-03-14 10:07:11 +00:00

fix: Apply full width from template ()

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

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