Merge pull request #13127 from mike-000/patch-2

Fix for range slider on IE
This commit is contained in:
Tim Schaub
2021-12-18 15:54:18 -07:00
committed by GitHub

View File

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