Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mouse event handling in EnhancedPasswordField
Replaced the setOnMouseClicked event handler with a MOUSE_PRESSED event handler in the EnhancedPasswordField class. This will prevent unwanted event propagation when the rightWrapper node is clicked. Added event.consume() to ensure the event is fully processed.
- Loading branch information