mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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
|
||||
className={css('header', isMac && 'headerRounded')}
|
||||
onMouseDown={this.handleHeaderMouseDown}
|
||||
onDoubleClick={this.handleMaximizeClick}
|
||||
>
|
||||
{
|
||||
!isMac &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue