There's definitely way too much JavaScript interference in the text input box

It doesn't even handle copying and pasting correctly at all - for example, it removes line breaks from anything pasted into it, but multiplies extra line breaks into anything copied from it

Reply to this note

Please Login to reply.

Discussion

Received

This happens because Tiptap doesn’t treat multiple `

` elements as separate paragraphs by default, which makes it seem like line breaks are being removed. I’ve added some handling during paste that should help avoid this issue.

Thank you 🙏

Thanks for your feedback, too 🫡