Peter Kogo
Peter Kogo
@tajo Sure, can do. Will have some time this weekend.
@cc-ebay In my opinion, the autoscroll behaviour should not change if the scroll container resizes in height. I want to set a fixed pixel value from top/bottom where autoscrolling should...
> Can someone give me an example of work you'd want to do in an `$effect.pre` that should happen in both places? I've found it hard enough to find a...
Having worked around this issue quite a bit more, I would like to double down on it. I'd argue that `$effect.pre` is similar to `useLayoutEffect` in React. The goal is...
Good news everyone, this will be fixed in v12. You can track progress in this pull request #4379.
@dsoklic I can't open your sandbox. If you update it, I can take a look
You can add `onKeyDown={(e) => { e.stopPropagation(); }}` to the input component as a temporary fix for now. I was able to pinpoint the problem to a preventDefault call inside...
Hey @Sahasrara, there might be a misunderstanding how Svelte reactivity works. Changing a reactive value does not run all side effects immediately, meaning your function `test()` will return first and...
closes #3927