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
After clicking 'projects', you can scroll down to open infinite grid again, i used scrollPos for this. But to make it work i had to use strange fix. Just replaced two event listeners from 'resize' to 'mouseover' inside conveyer's source code.
Our @egjs/conveyer 1.7.0 version added the useResizeObserver to ConveyerOptions, which updates the status after the element's size changes.
Can you try updating our package to the latest version and using this option to true fixes this issue?
Hi
scrollPos works for me only after window resize, is this a bug?
The text was updated successfully, but these errors were encountered: