mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: PasswordField allows copying and cutting
This commit is contained in:
@@ -99,6 +99,8 @@ class OutlinePasswordField(
|
||||
styleMap = mapOf(
|
||||
"showRevealButton" to true
|
||||
)
|
||||
|
||||
putClientProperty("JPasswordField.cutCopyAllowed", true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user