1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 18:37:00 +02:00

Preventing default if moving to avoid stutter

This commit is contained in:
Antonio Laguna
2017-02-27 12:45:14 +01:00
parent b7503b1e9e
commit 83f1110947

View File

@@ -31,6 +31,7 @@ export default class Scroll {
*/
onMouseWheel_(event) {
if (this.ws_.isMoving) {
event.preventDefault();
return;
}