Bug 1533691 - Uncommented the code and removed TODO comment. r=mak

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
jawad 2019-03-11 09:59:19 +00:00
parent 60f9f583fc
commit 291f078f0d

View File

@ -921,9 +921,8 @@ class UrlbarInput {
}
}
// TODO This should probably be handed via input.
// Ensure the start of the URL is visible for usability reasons.
// this.selectionStart = this.selectionEnd = 0;
this.selectionStart = this.selectionEnd = 0;
this.closePopup();
}