Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix expression triggering when component is inactive #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MxGutierrez
Copy link

@MxGutierrez MxGutierrez commented Aug 12, 2021

Previously when wrapping vue-infinite-scroll's element inside keep-alive, callback was still executed even after swapping to another keep-alive'd component and scrolling downards.

This prevents callback expression triggering when component is inactive.

Fixes #121, #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v-infinite-scroll loadMore function was called when in another component
1 participant