JavaScript30 icon indicating copy to clipboard operation
JavaScript30 copied to clipboard

Fixed long press key problem

Open pritagarwal opened this issue 2 years ago • 0 comments

on long press of key the addEventListener("transitionend",removeTransition) was not working So I changed the event type to "keyup" and that worked fine

pritagarwal avatar Aug 27 '22 19:08 pritagarwal