fix: macOS modal focus (#24286)
This commit is contained in:
parent
d9d07c65b2
commit
af4876296c
6 changed files with 35 additions and 10 deletions
|
@ -66,6 +66,7 @@ class BrowserWindow : public BaseWindow,
|
|||
// NativeWindowObserver:
|
||||
void RequestPreferredWidth(int* width) override;
|
||||
void OnCloseButtonClicked(bool* prevent_default) override;
|
||||
void OnWindowIsKeyChanged(bool is_key) override;
|
||||
|
||||
// BaseWindow:
|
||||
void OnWindowClosed() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue