Try again tomorrow

This commit is contained in:
Toerd@480 2019-10-24 00:28:54 +02:00
parent 44e901d559
commit c33c11237e

View File

@ -25,10 +25,10 @@ function zoom(factor, imgName) {
img.style.opacity = 0;
});
img.addEventListener("touchmove", (e) => {
e.preventDefault();
moveBackground(getOffsetToMiddle(e));
});
// img.addEventListener("touchmove", (e) => {
// e.preventDefault();
// moveBackground(getOffsetToMiddle(e));
// });
img.addEventListener("mousemove", (e) => {
moveBackground(getOffsetToMiddle(e));