fix: mouse doesn't work on frameless browserwindows (#30447)
This commit is contained in:
parent
e223b4db94
commit
edb7413bae
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue