They probably will if they get a takedown request.
I’m guessing you are uploading US related material by your comment.
If you are concerned about it, like maybe you have an account that you don’t want to lose, then make another account and upload it.
The Boy and The Heron
I figured it out.
I was already headed the right direction by using something like this…
<button text=“Hold Enter” ontap=“enterhold” ondoubletap=“enterrelease” />
But for whatever reason it seems to ignore a double tap to release it, maybe I’m just too slow on tapping lol. I changed it to onhold=“enterrelease” and it works like intended.