Fix maximize on doubleclick (#1835)

This commit is contained in:
Billy Shih 2017-05-18 15:05:56 -07:00 committed by CHaBou
parent a2fb0eed34
commit ca40869d5a

View file

@ -112,6 +112,7 @@ export default class Header extends Component {
return (<header return (<header
className={css('header', isMac && 'headerRounded')} className={css('header', isMac && 'headerRounded')}
onMouseDown={this.handleHeaderMouseDown} onMouseDown={this.handleHeaderMouseDown}
onDoubleClick={this.handleMaximizeClick}
> >
{ {
!isMac && !isMac &&