You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an infinite scrolling type component that utilizes vue2-scrollbar. Using the onMaxScroll hook, when I get to the max scroll I issue an ajax call for more data. The issue arises if the ajax call takes a bit to return the body will start handling the scroll events and move.
Can an option be added to stopPropagation for the scroll events so the body doesn't scroll?
The text was updated successfully, but these errors were encountered:
I have an infinite scrolling type component that utilizes vue2-scrollbar. Using the onMaxScroll hook, when I get to the max scroll I issue an ajax call for more data. The issue arises if the ajax call takes a bit to return the body will start handling the scroll events and move.
Can an option be added to stopPropagation for the scroll events so the body doesn't scroll?
The text was updated successfully, but these errors were encountered: