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

Weird Glitches #351

Closed shajidhasan closed 3 years ago

shajidhasan commented 3 years ago

Describe the bug After initializing an EasyMDE on a textarea, I see some weird glitches. Some xxxxxx and no cursor. Screenshot attached below.

Expected behavior No glitch.

Screenshots image

Version information

Additional context I'm using Svelte, with Tailwindcss.

shajidhasan commented 3 years ago

I figured it out. I was importing the wrong CSS file. There's one in the src/css, and one in the dist directory. I'm supposed to import the dist one, it seems.