Skip to content

Commit

Permalink
Bug 1468623 - Re-fix resizing job details after lib upgrade (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dawson committed Jul 6, 2018
1 parent 00e2167 commit 750964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/job-view/JobView.jsx
Expand Up @@ -171,7 +171,7 @@ class JobView extends React.Component {
<SplitPane
split="horizontal"
size={`${pushListPct}%`}
onDragFinished={size => this.handleSplitChange(size)}
onChange={size => this.handleSplitChange(size)}
>
<div className="d-flex flex-column w-100" onClick={evt => this.clearIfEligibleTarget(evt.target)}>
{(isFieldFilterVisible || !!filterBarFilters.length) && <ActiveFilters
Expand Down

0 comments on commit 750964d

Please sign in to comment.