Bug 1545697 - Fixes right breakpoint pane toggle button r=davidwalsh

Reverts change to the Pane Toggle Button from another patch

Differential Revision: https://phabricator.services.mozilla.com/D28171

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Derek Li 2019-04-22 15:55:28 +00:00
parent 069f6587db
commit bcdbd607cf
2 changed files with 3 additions and 2 deletions

View File

@ -170,6 +170,7 @@ class SourceFooter extends PureComponent<Props, State> {
collapsed={this.props.endPanelCollapsed} collapsed={this.props.endPanelCollapsed}
horizontal={this.props.horizontal} horizontal={this.props.horizontal}
handleClick={(this.props.togglePaneCollapse: any)} handleClick={(this.props.togglePaneCollapse: any)}
position="end"
/> />
); );
} }

View File

@ -20,7 +20,7 @@ exports[`SourceFooter Component default case should render 1`] = `
collapsed={false} collapsed={false}
horizontal={false} horizontal={false}
key="toggle" key="toggle"
position="start" position="end"
/> />
</div> </div>
</div> </div>
@ -46,7 +46,7 @@ exports[`SourceFooter Component move cursor should render new cursor position 1`
collapsed={false} collapsed={false}
horizontal={false} horizontal={false}
key="toggle" key="toggle"
position="start" position="end"
/> />
</div> </div>
</div> </div>