Try using the tab key to select this:

Assigning @heyitsmeuralex since you probably implemented this. I imagine you're using CSS :focus to animate this, but that obviously has the drawback of this bug. My suggested behavior: Animate once the button is activated (JS pressed event), and de-animate (i.e. return to original appearance, with the paper plane visible) once the button loses focus.