From a4b379c77ba579ad3d2c04ea08bc019347f2f56a Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 27 Aug 2020 20:36:19 -0400 Subject: fixed open on right from Doc Decorations to remove context field. fixed presBox to find best target instead of assuming targetDoc is always displayed --- src/client/views/MainView.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/views/MainView.tsx') diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 0bdfa0cdd..c995223c3 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -575,7 +575,6 @@ export class MainView extends React.Component { @computed get mainContent() { const height = `calc(100% - ${this.topOffset}px)`; - console.log("Height = " + height); const pinned = FormatShapePane.Instance?.Pinned; const innerContent = this.mainInnerContent; return !this.userDoc ? (null) : ( -- cgit v1.2.3-70-g09d2