fix: zoom pics when dlclick at first time (#1561)

This commit is contained in:
niubility000 2021-09-23 16:21:17 +08:00 committed by GitHub
parent 0426629a59
commit b6a51bed51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,