Revert "[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog"

This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9.

Tag #867
This commit is contained in:
wolfbeast 2018-11-14 09:35:09 +01:00 committed by Roy Tam
commit ab837222b1

View file

@ -222,11 +222,6 @@ var gEditItemOverlay = {
}
let focusElement = () => {
let elt = document.querySelector("textbox:not([collapsed=true])");
if (elt) {
elt.focus();
elt.select();
}
this._initialized = true;
};