mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 10:04:34 +08:00
@@ -597,7 +597,7 @@
|
||||
// touch events
|
||||
if(evt.touches !== undefined) {
|
||||
// currently, only handle one finger
|
||||
if (evt.touches.length === 1) {
|
||||
if (evt.touches.length > 0) {
|
||||
|
||||
touch = evt.touches[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user