Crazy-Marvin / Morse

Translator for converting text into morse code and vice-versa
https://crazymarvin.com/morse/
Apache License 2.0
142 stars 30 forks source link

Enable copy paste for morse code #163

Closed fejd closed 9 months ago

fejd commented 9 months ago

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

CrazyMarvin commented 9 months ago

Thank you very much for your support! 👍