fix: mouse doesn't work on frameless browserwindows (#30447)

This commit is contained in:
Charles Kerr 2021-08-09 20:01:20 -05:00 committed by GitHub
parent e223b4db94
commit edb7413bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,9 +217,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper::Dictionary& options,
#endif
widget()->Init(std::move(params));
#if defined(OS_WIN)
SetCanResize(resizable_);
#endif
bool fullscreen = false;
options.Get(options::kFullscreen, &fullscreen);