We have a scrollable block “SB” that contains different components and we would like to be scrolled to a particular component when SB is mounted… but putting “Scroll to component” logic doesn’t seem to work in the “On Mounted” event handler. Nor does it seem to work in “On Page Enter”…
When we wire up “Scroll to component” to a button, the scroll to component works great ‘On Click’. But how to make the “scroll to” happen automatically when the SB block is mounted? Do we need to add some delay to the logic to wait for some (hopefully small) amount of time?