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
I am doing client side validation, and want to notice user when content is empty, but Tiptap leaves <p></p> even if there's no content in editor. Make no sense. How to remove everything when user deletes all content in editor?
I am doing client side validation, and want to notice user when content is empty, but Tiptap leaves
<p></p>even if there's no content in editor. Make no sense. How to remove everything when user deletes all content in editor?