#Auto scroll to bottom tutorial/example request
4 messages · Page 1 of 1 (latest)
The children in the div (trying to scroll) comes from an Object.entries().map() on a useStore and the elements do appear and update as expected. I just can't get the scrolling on the paremnt element of those elements
have u tried adding useVisibleTask$ to track the store and adding ref to the bottom element of your scrolling area so that if the store changes you can call the ref.value.scrollIntoView?
Yeah sounds like maybe it's a tracking issue, but not sure
@harsh mortar can you please share a minimal repro example using https://qwik.new ?
Thanks!