diff options
author | bobzel <zzzman@gmail.com> | 2024-10-01 11:58:55 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-01 11:58:55 -0400 |
commit | e1d26d7d98962572f020e55c88e6c9e63a7dfa8a (patch) | |
tree | 00e0484e1bf503ec5be81f08a47f53f56f91c429 /src/client/views/MainView.tsx | |
parent | fa17eee93e43e2a06565045557e01a3687fb2505 (diff) |
fixed eraser mode button to show current eraser and to show options.
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 5285e67f6..a956f084d 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -838,7 +838,6 @@ export class MainView extends ObservableReactComponent<object> { }; @computed get mainInnerContent() { - trace(); const leftMenuFlyoutWidth = this._leftMenuFlyoutWidth + this.leftMenuWidth(); const width = this.propertiesWidth() + leftMenuFlyoutWidth; return ( |