Skip to content

Commit

Permalink
Update singleTouch.html
Browse files Browse the repository at this point in the history
  • Loading branch information
steltenpower authored Aug 25, 2021
1 parent 353a091 commit 7ff73bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singleTouch.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
if (elmId=="R"){
tempR=document.getElementById("textR")
tempR.setAttribute("visibility","visible");
tempR.setAttribute("x",(x1+x2)/2);
tempR.setAttribute("y",(y1+y2)/2);
tempR.setAttribute("x",x2/2);
tempR.setAttribute("y",y2/2);
document.removeEventListener('pointermove',stretchTriple_listenForR,false);
}
if (elmId=="B"){
Expand Down

0 comments on commit 7ff73bc

Please # to comment.