Fix click propagnation on mobile

This commit is contained in:
n9iels 2022-04-05 19:29:38 +02:00
parent b3e8db5ed2
commit ced71c9c92

View file

@ -703,6 +703,8 @@ function initView(){
});
container.addEventListener("touchend", function(e){
e.preventDefault()
//console.log(e);
//console.log(e.changedTouches[0].clientX);
if(e.changedTouches.length == 1){