[Feature Request] Disconnect from the Intersection Observer if monitoring not required any longer #12846
Labels
Comments
It does have a |
Many thanks your response. I was hoping to still observe visibility even after first time and some stage disconnect on a certain condition. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem to solve
The Intersection Observer could be using and taking up resources and affect performance if monitoring of a div, v-card, etc. is not required any longer.
Proposed solution
v-intersect="required ? 'onIntersect' : false"
The text was updated successfully, but these errors were encountered: