How do I scroll to bottom, on a scrollable content that displays a Show when
<div ref={$content}
Show when={signal()}
this doesn't work.
If I create effect that watches the signal then it works. what is the best way to do this1 Reply
try
<div ref={$content}
Show when={signal()}
this doesn't work.
If I create effect that watches the signal then it works. what is the best way to do this