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