Rui Sousa
Rui Sousa
I got a very hacky solution (a boolean flag) to make it work with no apparent scrolling bugs with the help of `_scrollTo3` provided here: https://github.com/sveltejs/svelte-virtual-list/issues/43. This basically de-virtualize the...
Very nice. Thanks! Apparently your `_scrollTo3` solves my problem!! 👍 https://github.com/sveltejs/svelte-virtual-list/issues/50
I managed to have it running without SSR, which for me is fine and unlocks development until we've stable support. :D Here's the steps I took: Disable SSR, as in...