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

desktop: Fix doubling inputted characters #14802

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Jan 17, 2024

Fix a bug introduced by f65060e (#14703). The text input event was triggered two times: at key press and release. This patch makes sure that text input is triggered only on key press.

Copy link
Contributor

@Dinnerbone Dinnerbone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@torokati44 torokati44 enabled auto-merge (rebase) January 17, 2024 22:53
Fix a bug introduced by f65060e.
The text input event was triggered two times: at key press and release.
This patch makes sure that text input is triggered only on key press.
@torokati44 torokati44 merged commit d89ab3d into ruffle-rs:master Jan 17, 2024
13 checks passed
@kjarosh kjarosh deleted the fix-input branch January 18, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants