Fix for range slider on IE

This commit is contained in:
mike-000
2021-12-18 20:42:15 +00:00
committed by GitHub
parent c8cfbfccf8
commit 7efb9e3ba7

View File

@@ -38,5 +38,5 @@ function update() {
opacityOutput.innerText = opacity.toFixed(2);
}
opacityInput.addEventListener('input', update);
opacityInput.addEventListener('change', update);
update();