Skip to content

Commit

Permalink
Undo changes to sidepanel
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Oct 19, 2023
1 parent 1811886 commit 3e60074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/sidepanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class Sidepanel extends data.Component<SidepanelProps, SidepanelState> {

return <div id="simulator" className="simulator">
{!hasSimulator && <div id="boardview" className="headless-sim" role="region" aria-label={lf("Simulator")} tabIndex={-1} />}
<div id="editorSidebar" className="editor-sidebar" style={this.props.tutorialSimSidebar ? undefined : {height: editorSidebarHeight}}>
<div id="editorSidebar" className="editor-sidebar" style={!this.props.tutorialSimSidebar ? { height: editorSidebarHeight } : undefined}>
<div className={simContainerClassName}>
<div className={`ui items simPanel ${showHostMultiplayerGameButton ? "multiplayer-preview" : ""}`} ref={this.handleSimPanelRef}>
<div id="boardview" className="ui vertical editorFloat" role="region" aria-label={lf("Simulator")} tabIndex={inHome ? -1 : 0} />
Expand Down

0 comments on commit 3e60074

Please sign in to comment.