Commit 13a748e2 by doszhang

dos

parent 5a6208b1
......@@ -787,9 +787,8 @@ function addFlag(e) {
checkFlagListStatus = true;
firstChooseFlag = false;
}
const touch = e.originalEvent.targetTouches[0];
target.startX = touch.pageX;
target.startY = touch.pageY;
target.startX = e.pageX;
target.startY = e.pageY;
calculationStep(target.startX, target.endX, target.startY, target.endY);
$('.flag-choose-tip').removeClass('active');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment