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

Enable copy paste for morse code #163

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

fejd
Copy link
Contributor

@fejd fejd commented Oct 2, 2023

Text actions, like copy and paste, were only enabled for text but not morse code. This was caused by a touch listener that swallowed touch events when the text view was in the "morse" mode.

Remove the touch event swallowing touch listener, and a touch listener in the text state that just returned false.

Resolves #76

Text actions, like copy and paste, were only enabled
for text but not morse code. This was caused by a touch
listener that swallowed touch events when the text view
was in the "morse" mode.

Remove the touch event swallowing touch listener, and
a touch listener in the text state that just returned false.

Resolves Crazy-Marvin#76
@CrazyMarvin
Copy link
Contributor

Thank you very much for your support! 👍

@CrazyMarvin CrazyMarvin merged commit d48c680 into Crazy-Marvin:development Oct 3, 2023
3 of 5 checks passed
@fejd fejd deleted the fix-morse-copy-paste branch October 3, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Morse Code cannot be pasted into the Morse input box
2 participants