jefago / tiny-markdown-editor

TinyMDE: A tiny, dependency-free embeddable HTML/JavaScript Markdown editor.
MIT License
96 stars 12 forks source link

Don't show placeholder for empty content #73

Closed seanparmelee closed 2 months ago

seanparmelee commented 2 months ago

This PR adds a check to see if content is a string before falling back to textarea and then the placeholder.

Closes #72

jefago commented 2 months ago

Released in v0.1.22

seanparmelee commented 2 months ago

Thanks!