diff options
author | bobzel <zzzman@gmail.com> | 2024-10-01 12:23:54 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-01 12:23:54 -0400 |
commit | 9f204c5dfbd2570f40f0d60e5e50815f8376a8c2 (patch) | |
tree | 1d682f0a3f34c8924e796384d6e1fab64bca7e6c /src/client/views/MainView.tsx | |
parent | 2e001d89e2490f278764135f02d9191b5d704dbd (diff) | |
parent | e1d26d7d98962572f020e55c88e6c9e63a7dfa8a (diff) |
Merge branch 'master' into eleanor-gptdraw
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 41a933431..8e921ca5e 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -850,7 +850,6 @@ export class MainView extends ObservableReactComponent<object> { }; @computed get mainInnerContent() { - trace(); const leftMenuFlyoutWidth = this._leftMenuFlyoutWidth + this.leftMenuWidth(); const width = this.propertiesWidth() + leftMenuFlyoutWidth; return ( |