mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
life
This commit is contained in:
@@ -357,9 +357,9 @@ function endTouch() {
|
|||||||
touchX[i] = event.touches[i].clientX
|
touchX[i] = event.touches[i].clientX
|
||||||
touchY[i] = event.touches[i].clientY
|
touchY[i] = event.touches[i].clientY
|
||||||
}
|
}
|
||||||
clearTimeout(loop)
|
|
||||||
clearTimers()
|
|
||||||
if (event.touches.length < 1) {
|
if (event.touches.length < 1) {
|
||||||
clicking = false
|
clicking = false
|
||||||
|
clearTimeout(loop)
|
||||||
|
clearTimers()
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -123,14 +123,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
canvas {
|
|
||||||
/*touch-action: manipulation !important;*/
|
|
||||||
}
|
|
||||||
#gridShell {
|
#gridShell {
|
||||||
display: none;
|
display: none;
|
||||||
/*position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;*/
|
|
||||||
}
|
}
|
||||||
#gridShell:fullscreen {
|
#gridShell:fullscreen {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Reference in New Issue
Block a user