JavaScript30
JavaScript30 copied to clipboard
Detect intermediate input changes with a better event -> the input event
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 I spent an hour wondering why "mousemove" and "change" wasn't working in chrome (85.0.4183.102). Thanks for solution PR.
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 ?