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

pull/1576/head^2
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
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ export default {
lastX: null,
lastY: null,
inDrag: false,
touches: 0,
lastTouchDistance: 0,
moveDisabled: false,
disabledTimer: null,