mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
fix HandleKeyboardEvent merge failure
This commit is contained in:
@@ -27,7 +27,7 @@ bool CommonWebContentsDelegate::HandleKeyboardEvent(
|
||||
// Escape exits tabbed fullscreen mode.
|
||||
if (event.windows_key_code == ui::VKEY_ESCAPE && is_html_fullscreen()) {
|
||||
ExitFullscreenModeForTab(source);
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
|
||||
// Check if the webContents has preferences and to ignore shortcuts
|
||||
|
||||
Reference in New Issue
Block a user