mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #2790 - Cleanup: Remove debugging lines
This commit is contained in:
parent
156c755085
commit
459ed6ea85
6 changed files with 1 additions and 63 deletions
|
|
@ -1347,10 +1347,6 @@ nsFormFillController::StopControllingInput()
|
|||
nsresult rv;
|
||||
nsCOMPtr <nsIFormAutoComplete> formAutoComplete =
|
||||
do_GetService("@mozilla.org/satchel/form-autocomplete;1", &rv);
|
||||
if (formAutoComplete) {
|
||||
// PATCH: Do NOT call StopControllingInput here, so autofill state is NOT cleared on blur/focus.
|
||||
// formAutoComplete->StopControllingInput(mFocusedInput);
|
||||
}
|
||||
|
||||
mFocusedInputNode = nullptr;
|
||||
mFocusedInput = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue