fix HandleKeyboardEvent merge failure
This commit is contained in:
parent
7764ca7209
commit
5e043812ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue