1 Commits

Author SHA1 Message Date
0fb9981acf Change structure highlight to css filter
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-09-27 08:31:55 -07:00

View File

@@ -74,12 +74,6 @@
} }
}, },
async created () { async created () {
document.addEventListener('wheel', event => {
event.preventDefault()
}, {passive: false})
document.addEventListener('touchmove', event => {
event.preventDefault()
}, {passive: false})
if (!window.cordova) { if (!window.cordova) {
const confText = await fetch('./conf/conf.yaml') const confText = await fetch('./conf/conf.yaml')
.then((mod) => { return mod.text() }) .then((mod) => { return mod.text() })