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:
Drew Willcoxon 2019-06-28 09:59:34 +00:00
Родитель 1abbf5c0b9
Коммит 397d58a2eb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1346,6 +1346,7 @@ class UrlbarInput {
if (this.view.isOpen) {
this.view.close();
} else {
this.focus();
this.startQuery({ allowAutofill: false });
}
}