Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.39k stars 316 forks source link

Input duplication in firefox/android #288

Open squash opened 3 years ago

squash commented 3 years ago

Describe the bug Entering single word lines in firefox on android results in lines duplication

To Reproduce Steps to reproduce the behavior:

  1. Go to the project's demo site in firefox on android
  2. Scroll to the bottom of the text, hit enter to get to a new line.
  3. Type a word, hit enter
  4. Type another word, hit enter
  5. See the second word you typed appears twice
  6. more single words continue to duplicate

Expected behavior text should not be duplicated

Screenshots image

Version information

Additional context

SKevo18 commented 3 years ago

Can confirm on Android Chrome too, I'd love to see this fixed as it was the main reason why I switched to this fork.