mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
preventing default on touchmove to keep iOS browsers from bouncing
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
|
||||
<script>
|
||||
|
||||
// iOS STOP SCROLLING DAMN IT
|
||||
document.addEventListener('touchmove', e => e.preventDefault(), { passive: false });
|
||||
|
||||
const fonts = {
|
||||
coptic: {
|
||||
textureURL: "./coptic_msdf.png",
|
||||
|
||||
Reference in New Issue
Block a user