yabwe / medium-editor

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
https://yabwe.github.io/medium-editor/
Other
16.08k stars 1.85k forks source link

No placeholder on elements added to editor #1590

Open jira-zz opened 2 years ago

jira-zz commented 2 years ago

Hello,

when I add an empty element by addElement no placeholder appears. The placeholder appears correctly for elements specified on editor creation.