Skip to content

Commit

Permalink
Remove to do, it looks like I do need this setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Oct 18, 2023
1 parent 462f987 commit 1f56f2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/sidepanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ export class Sidepanel extends data.Component<SidepanelProps, SidepanelState> {
const outerTutorialContainerClassName = `editor-sidebar tutorial-container-outer${this.props.tutorialSimSidebar ? " topInstructions" : ""}`
const shouldResize = pxt.BrowserUtils.isTabletSize() || this.props.tutorialSimSidebar;
const editorSidebarHeight = shouldResize ? `${this.state.height}px` : undefined;

// TODO thsparks : Is this one even necessary?
let editorSidebarStyle = this.props.tutorialSimSidebar ? undefined : {height: editorSidebarHeight, fontSize: `${this.props.fontSize}rem`}

return <div id="simulator" className="simulator">
Expand Down

0 comments on commit 1f56f2f

Please sign in to comment.