Commit d85ac8d4 by doszhang

dos

parent 73254722
......@@ -307,6 +307,7 @@ function chooseColorStart(e) {
let touch = e.originalEvent.targetTouches[0];
startX = (touch.pageX - colorbarLeft) / fontSize;
setBgColor(startX);
$('.btn-choose-color').removeClass('animate');
}
function chooseColorMove(e) {
......
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