JavaScript30 icon indicating copy to clipboard operation
JavaScript30 copied to clipboard

Detect intermediate input changes with a better event -> the input event

Open csaltos opened this issue 4 years ago • 2 comments

NOTE: at newer version of Firefox, Chrome and Edge, the mousemove event do not cover intermediate changes on the color input … but this commit with the new input event works fine, maybe a simple suggestion on how to improve that. Thank you for your cool course, it’s really good and helpful.

csaltos avatar Sep 12 '20 20:09 csaltos

@csaltos I spent an hour wondering why "mousemove" and "change" wasn't working in chrome (85.0.4183.102). Thanks for solution PR.

SurajJadhav7 avatar Sep 29 '20 07:09 SurajJadhav7

hey, little off topic, but can you tell me how to have similar repo structure. I want to have a repo which is collection of particular codes/directory each having its own .git file for tracking changes ?

uzair004 avatar Oct 06 '20 13:10 uzair004