mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
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:
parent
8b86f995ad
commit
ab837222b1
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue