mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 892224 - Escape does not dismiss the Find bar [r=jwilde]
This commit is contained in:
parent
f426863a2f
commit
e5d69cbd84
@ -1017,9 +1017,8 @@ var BrowserUI = {
|
||||
}
|
||||
|
||||
// Check content helper
|
||||
let contentHelper = Elements.contentNavigator;
|
||||
if (contentHelper.isActive) {
|
||||
contentHelper.model.hide();
|
||||
if (FindHelperUI.isActive) {
|
||||
FindHelperUI.hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user