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

Commit

Permalink
Merge pull request #4231 from brave/revert-4181-feature/fullscreen-fix
Browse files Browse the repository at this point in the history
Revert "Fix the check for fullscreen window."
  • Loading branch information
bbondy authored Sep 23, 2016
2 parents 2f0c666 + b0fd2cd commit b59b9f0
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 b59b9f0

Please sign in to comment.