dom7
dom7 copied to clipboard
AnimateLeft and AnimateTop are both false
https://github.com/nolimits4web/dom7/blob/28b0db30d77fa765ccae9497a2f0e3dfbc2cf55f/src/scroll.js#L76
Hello,
We have seen an issue where us the animateTop and animateLeft are both false and the done is never set to true, this causes the render loop to run forever and stops the app/freezes
Could you add this at the end to prevent this
if (!animateLeft && !animateTop) {
done = true;
}
Have same problem caused by card.close() on framework7-vue