We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Via https://stackoverflow.com/questions/58642539/save-window-binding-in-svelte-store:
Describe the bug <svelte:window bind:scrollY={$y}/> doesn't update the y` store.
<svelte:window bind:scrollY={$y}/> doesn't update the
To Reproduce https://svelte.dev/repl/f4589ca97ea248a7926026d8519b8980?version=3.12.1
Expected behavior The derived store should update. It doesn't, because only the local $y variable is updating.
$y
Severity Medium
The text was updated successfully, but these errors were encountered:
fix window bindings to store (#3835)
0c8cb44
Fixes #3832
Successfully merging a pull request may close this issue.
Via https://stackoverflow.com/questions/58642539/save-window-binding-in-svelte-store:
Describe the bug
<svelte:window bind:scrollY={$y}/> doesn't update the
y` store.To Reproduce
https://svelte.dev/repl/f4589ca97ea248a7926026d8519b8980?version=3.12.1
Expected behavior
The derived store should update. It doesn't, because only the local
$y
variable is updating.Severity
Medium
The text was updated successfully, but these errors were encountered: