mirror of
https://github.com/outline/outline.git
synced 2025-03-14 10:07:11 +00:00
fix: Apply full width from template (#8615)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user