Use 'input' event for HTML input range
This commit is contained in:
@@ -41,6 +41,6 @@ bing.on('postcompose', function(event) {
|
|||||||
ctx.restore();
|
ctx.restore();
|
||||||
});
|
});
|
||||||
|
|
||||||
swipe.addEventListener('change', function() {
|
swipe.addEventListener('input', function() {
|
||||||
map.requestRenderFrame();
|
map.requestRenderFrame();
|
||||||
}, false);
|
}, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user