Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PasswordBox): Do not blur if PasswordBox not focused (#1530)
Ensure that the blur command, which works by focusing on the current window Frame, does not execute if the PasswordBox does not currently have focus.
- Loading branch information