Commit 025937a0 by doszhang

dos

parent f212a8f0
......@@ -695,6 +695,8 @@ function changeMainColor(event) {
}
function chooseColorStart(e) {
console.log(e);
const touch = e.originalEvent.targetTouches[0];
const startX = (touch.pageX - colorbarLeft) / fontSize;
console.log(startX);
......
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