Bug 1579515 - Fix Megabar hidden-focus behaviour. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D45074

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Harry Twyford 2019-09-08 04:15:01 +00:00
Родитель 926e58227b
Коммит 90354d936e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -825,6 +825,7 @@ class UrlbarInput {
*/
removeHiddenFocus() {
this.textbox.classList.remove("hidden-focus");
this.startLayoutBreakout();
}
// Getters and Setters below.