зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1562050 - Quantumbar: When the history dropmarker is clicked, focus the input. r=dao
I don't really think this needs a test, but let me know if you think so. Differential Revision: https://phabricator.services.mozilla.com/D36269 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1abbf5c0b9
Коммит
397d58a2eb
|
@ -1346,6 +1346,7 @@ class UrlbarInput {
|
|||
if (this.view.isOpen) {
|
||||
this.view.close();
|
||||
} else {
|
||||
this.focus();
|
||||
this.startQuery({ allowAutofill: false });
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче