diff options
author | bobzel <zzzman@gmail.com> | 2020-08-27 20:36:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-27 20:36:19 -0400 |
commit | a4b379c77ba579ad3d2c04ea08bc019347f2f56a (patch) | |
tree | 214ac3cb252ad065930252df53b77570b3f7d651 /src/client/views/MainView.tsx | |
parent | 2e0e34df0db385acfcd4079fae6e01fd4a2234fa (diff) |
fixed open on right from Doc Decorations to remove context field. fixed presBox to find best target instead of assuming targetDoc is always displayed
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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) : ( |