diff --git a/src/controls/PixelPainterControls.js b/src/controls/PixelPainterControls.js index cafba48..bcd62b7 100644 --- a/src/controls/PixelPainterControls.js +++ b/src/controls/PixelPainterControls.js @@ -216,7 +216,7 @@ class PixelPlainterControls { event.stopPropagation(); this.clearTabTimeout(); - if (event.changedTouches.length < 2) { + if (event.changedTouches.length < 2 && event.touches.length === 0) { const { pageX, pageY } = event.changedTouches[0]; const { clickTabStartCoords, clickTabStartTime } = this; const coordsDiff = [