egui
egui copied to clipboard
Fix: A symptom of characters being copied when there are multiple TextEdits.
- Related #4358
Fix: A symptom of characters being copied when there are multiple TextEdits.
Blocked on https://github.com/emilk/egui/pull/4358
@emilk
for example,
This is necessary because after entering the Login ID
, if you select the Login Password
line to enter the password, part of the Login ID
will be copied.
Please review.