Describe the bug
In my project, placeholder is only visible when the editor is completely empty, but i'm just empty in the first line, and have content the next line, now i focus the first line, placeholder appeared.
Steps to Reproduce / Codesandbox Example
Steps to reproduce the behavior:
Can reproduce in https://tiptap.scrumpy.io/placeholder
Expected behavior
Only show placeholder when the editor is completely empty.
Screenshots

Environment
Same on FF (i think this bug isn't specific to a browser/OS)

i saw commit/release his last days, the author doesn't seem to matter to this bug 馃
i've added a fix for this in 1472254
there is a new emptyEditorClass option you can use for Placeholder
Works well 馃憤 thanks
@philippkuehn This does not work as needed if you take this example from the site.
Most helpful comment
i've added a fix for this in 1472254
there is a new
emptyEditorClassoption you can use forPlaceholder