Bug 1497464 - UrlbarInput value setter needs to call formatValue. r=Standard8

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2018-10-09 11:40:25 +00:00
Родитель 697b7b3f5d
Коммит a1df8acd6c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -188,6 +188,7 @@ class UrlbarInput {
this.valueIsTyped = false;
this.inputField.value = val;
this.formatValue();
return val;
}