From 4c803b17b2a7ddc74173bc93df86786484fbb546 Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 18 Sep 2020 17:15:16 -0400 Subject: from last --- src/client/views/nodes/DocumentView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index ff5c4d1e9..396e1d526 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -895,7 +895,7 @@ export class DocumentView extends DocComponent(Docu @computed get showOverlappingTitle() { const excluded = ["PresBox", /* "FormattedTextBox", */ "FontIconBox"]; // bcz: shifting the title for texst causes problems with collaborative use when some people see titles, and others don't - return this.ShowTitle && !excluded.includes(StrCast(this.layoutDoc.layout)) ? this.ShowTitle : undefined; + return !excluded.includes(StrCast(this.layoutDoc.layout)); } chromeHeight = () => this.showOverlappingTitle ? 1 : 25; -- cgit v1.2.3-70-g09d2