mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
fixed NiceSecurePasswordField#requestFocus()
This commit is contained in:
@@ -63,6 +63,11 @@ public class NiceSecurePasswordField extends StackPane {
|
||||
|
||||
/* Passthrough */
|
||||
|
||||
@Override
|
||||
public void requestFocus() {
|
||||
passwordField.requestFocus();
|
||||
}
|
||||
|
||||
public StringProperty textProperty() {
|
||||
return passwordField.textProperty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user