chore: PasswordField allows copying and cutting

This commit is contained in:
hstyi
2025-02-06 10:03:45 +08:00
committed by hstyi
parent 8bd1b34f46
commit 38ada1207c

View File

@@ -99,6 +99,8 @@ class OutlinePasswordField(
styleMap = mapOf( styleMap = mapOf(
"showRevealButton" to true "showRevealButton" to true
) )
putClientProperty("JPasswordField.cutCopyAllowed", true)
} }
} }