increase timeout

master
Aevann 2024-02-18 22:52:22 +02:00
parent 07d1d1bf52
commit 563f89ec46
1 changed files with 2 additions and 2 deletions

View File

@ -93,14 +93,14 @@ if (screen_width < 768) {
imgnav_prev.click()
setTimeout(() => {
active = true;
}, 100);
}, 200);
}
if (f < -0.2) {
active = false;
imgnav_next.click()
setTimeout(() => {
active = true;
}, 100);
}, 200);
}
}
}