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
{{ message }}
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
In my use-case, the user would "open" an element from the list, and later come back to the list, hopefully to the same place he left from - I assume this could be achieved by programmatically scrolling the list to the element with saved index from which the user left. Any suggestions maybe how I could implement this with react-masonry-infinite?
Hi, thanks for an awesome library!
In my use-case, the user would "open" an element from the list, and later come back to the list, hopefully to the same place he left from - I assume this could be achieved by programmatically scrolling the list to the element with saved index from which the user left. Any suggestions maybe how I could implement this with react-masonry-infinite?
Much appreciated!