forked from rDrama/rDrama
1
0
Fork 0

disable swiping temporarily

master
Aevann 2024-02-21 22:25:32 +02:00
parent c665e5cdd6
commit 92872444cf
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ imgnav_prev.onclick = () => {
}
//swiping
if (screen_width < 768) {
if (screen_width < 768 && false) {
let active = true
const _C = document.querySelector('#expandImageModal')
const N = _C.children.length