Skip to content

Commit

Permalink
chore: leave Resizable mask in place
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed May 30, 2022
1 parent fbdb0be commit edabbd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/ui/cocoa/electron_ns_window_delegate.mm
Expand Up @@ -238,8 +238,9 @@ - (void)windowWillEnterFullScreen:(NSNotification*)notification {

shell_->NotifyWindowWillEnterFullScreen();

// Save resizable value before entering fullscreen.
// Setting resizable to true before entering fullscreen.
is_resizable_ = shell_->IsResizable();
shell_->SetResizable(true);
}

- (void)windowDidEnterFullScreen:(NSNotification*)notification {
Expand Down

0 comments on commit edabbd3

Please sign in to comment.