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
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.
Thanks for your feedback, too 🫡
Thread collapsed
Thread collapsed
Thread collapsed
Thread collapsed