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:
@@ -37,8 +37,6 @@ export class BitPasswordInputToggleDirective implements AfterContentInit, OnChan
|
||||
this.toggledChange.emit(this.toggled);
|
||||
|
||||
this.update();
|
||||
|
||||
this.formField.input?.focus();
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user