fix: zoom pics when dlclick at first time (#1561)
parent
0426629a59
commit
b6a51bed51
|
@ -44,6 +44,7 @@ export default {
|
||||||
lastX: null,
|
lastX: null,
|
||||||
lastY: null,
|
lastY: null,
|
||||||
inDrag: false,
|
inDrag: false,
|
||||||
|
touches: 0,
|
||||||
lastTouchDistance: 0,
|
lastTouchDistance: 0,
|
||||||
moveDisabled: false,
|
moveDisabled: false,
|
||||||
disabledTimer: null,
|
disabledTimer: null,
|
||||||
|
|
Loading…
Reference in New Issue