Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): sidecar window buttons oddly shift…
Browse files Browse the repository at this point in the history
… when sidecar is maximized

Fixes #4374
  • Loading branch information
starpit committed Apr 25, 2020
1 parent 327d01d commit bbf7ecd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export default class TabContent extends React.PureComponent<Props, State> {
this.setState({ splitPaneImpl: c })
}}
split="vertical"
resizerStyle={this.state.secondaryWidth === '100%' && { display: 'none' }}
minSize={0}
className={
this.state.secondaryWidth === '0%'
Expand Down

0 comments on commit bbf7ecd

Please sign in to comment.