mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
Emit 'blur' event at right time.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)windowDidResignKey:(NSNotification*)notification {
|
||||
- (void)windowDidResignMain:(NSNotification*)notification {
|
||||
shell_->NotifyWindowBlur();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user