багфикс

This commit is contained in:
2021-04-14 13:50:33 +03:00
parent 39974fe4e8
commit bb8dd9368a

View File

@@ -49,7 +49,7 @@ cardholder.onscroll = function () {
if (!ticking) { if (!ticking) {
window.requestAnimationFrame(function () { window.requestAnimationFrame(function () {
if (pos <= cardholder.clientWidth) if (pos <= 1)
getCards() getCards()
ticking = false ticking = false
}) })