1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

[CL-383] Remove manual focus when password toggle is clicked (#10749)

This commit is contained in:
Victoria League
2024-08-28 10:03:15 -04:00
committed by GitHub
parent 33c973d073
commit b54c9969ca

View File

@@ -37,8 +37,6 @@ export class BitPasswordInputToggleDirective implements AfterContentInit, OnChan
this.toggledChange.emit(this.toggled);
this.update();
this.formField.input?.focus();
}
constructor(