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.38k stars 314 forks source link

Use classList.add and classList.remove #467

Closed vanillajonathan closed 2 years ago

vanillajonathan commented 2 years ago

Use proper classList.add and classList.remove instead of classNames.replace.

vanillajonathan commented 2 years ago

Good! 👍️