You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a blank Quill editor and insert text using source=silent, no text-change event is emitted. This means that the ql-blank class is not removed and the placeholder text is still displayed, so you end up with your content and the placeholder overlapping.
If you have a blank Quill editor and insert text using source=silent, no
text-change
event is emitted. This means that theql-blank
class is not removed and the placeholder text is still displayed, so you end up with your content and the placeholder overlapping.Steps for Reproduction
Expected behavior:
Placeholder is removed when the content is inserted.
Actual behavior:
Placeholder remains until a non-silent edit is made.
Platforms:
Mac, Chrome
Version:
1.0.6
The text was updated successfully, but these errors were encountered: