зеркало из https://github.com/mozilla/gecko-dev.git
Bug 892224 - Escape does not dismiss the Find bar [r=jwilde]
This commit is contained in:
Родитель
067add404f
Коммит
7a4eab1292
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче