mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
commit
3abf84a9b7
@ -597,7 +597,7 @@
|
|||||||
// touch events
|
// touch events
|
||||||
if(evt.touches !== undefined) {
|
if(evt.touches !== undefined) {
|
||||||
// currently, only handle one finger
|
// currently, only handle one finger
|
||||||
if (evt.touches.length === 1) {
|
if (evt.touches.length > 0) {
|
||||||
|
|
||||||
touch = evt.touches[0];
|
touch = evt.touches[0];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user