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)
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