Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Event::Copy and Event::Cut behave as if they select the entire text when there is no selection. #5115

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

rustbasic
Copy link
Contributor

Fix: Event::Copy and Event::Cut behave as if they select the entire text when there is no selection.

It's unexpected and disconcerting that this behavior occurs when there is no selected area.

@emilk emilk added the egui label Sep 18, 2024
@emilk emilk merged commit e31b44f into emilk:master Sep 18, 2024
21 of 22 checks passed
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
…re text when there is no selection. (emilk#5115)

Fix: `Event::Copy` and `Event::Cut` behave as if they select the entire
text when there is no selection.

It's unexpected and disconcerting that this behavior occurs when there
is no selected area.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants