It could be some other part of the page's javascript, I just assume it's directly related to the text input box based on experience with these issues changing when text input boxes change (across all of my web user history)

Reply to this note

Please Login to reply.

Discussion

There is indeed a resource usage issue, since a large amount of data needs to be fetched and processed, I’m doing my best to optimize it.

As for the text input box, I’ve barely added any extra functionality to it and there’s no text replacement involved, so I don’t think that’s the cause.

Whatever it is is very sporadic but very ongoing once it happens - won't stop until a phone reboot or full closing and relaunching of tabs+browser

Hope that helps, if it's not input box related 🤙

I'll keep an eye on it 🫡

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

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 🫡