mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge branch 'master' of git://github.com/ericdrowell/KineticJS
This commit is contained in:
commit
8bdfc1215b
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user