зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1575651 - Improve megabar behaviour when ui.popup.disable_autohide is enabled. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43079 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cb40a7376a
Коммит
9913672588
|
@ -890,7 +890,7 @@ class UrlbarInput {
|
|||
endLayoutBreakout(force) {
|
||||
if (
|
||||
!force &&
|
||||
(this.isOpen ||
|
||||
(this.view.isOpen ||
|
||||
(this.focused && !this.textbox.classList.contains("hidden-focus")))
|
||||
) {
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче