mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Fix maximize on doubleclick (#1835)
This commit is contained in:
parent
a2fb0eed34
commit
ca40869d5a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue