time-engaged icon indicating copy to clipboard operation
time-engaged copied to clipboard

"touchenter" listener is probably a no-op

Open RByers opened this issue 10 years ago • 1 comments

This code listens for touchenter events, but AFAIK no browser implements such events. I'm just curious if this is needed, or could be removed from the code. I've noticed this listener on a bunch of sites when debugging chromium performance issues.

RByers avatar Jan 05 '16 22:01 RByers

Thanks for pointing this out. Looks like it should be removed, I wasn't aware that it's a NOOP.

emmettbutler avatar Jan 05 '16 22:01 emmettbutler