Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Revert "Fix the check for fullscreen window."
Browse files Browse the repository at this point in the history
This reverts commit cc9ec10.
  • Loading branch information
bbondy committed Sep 23, 2016
1 parent a507ccd commit ebd0736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ class Main extends ImmutableComponent {

return <div id='window'
className={cx({
isFullScreen: this.props.windowState.getIn(['ui', 'isFullScreen']),
isFullScreen: activeFrame && activeFrame.get('isFullScreen'),
frameless: customTitlebar.captionButtonsVisible
})}
ref={(node) => { this.mainWindow = node }}
Expand Down

0 comments on commit ebd0736

Please sign in to comment.