You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moving around selectors wont respect either block or pushy, instead they will simply go over the other selector.
it will also generate a whole lot of svelte warnings. bug is most likely related to svelte5.
I see the warning issue (with the perf isuse, too)... the performance/lag is being caused by the thousands of console.warn() ... and those warnings are coming from Svelte 5.9.0 ... if you change it to 5.1.0 it is not causing any problems;
Describe the bug
moving around selectors wont respect either block or pushy, instead they will simply go over the other selector.
it will also generate a whole lot of svelte warnings. bug is most likely related to svelte5.
Link To Reproduce
repl
Steps to reproduce the behavior:
pick a selector, and try to go past the other one.
Expected behavior
1- selector gets blocked
2- in pushy mode, selector gets pushed
Screenshots
If applicable, add screenshots to help explain your problem.
Device/Environtment
discovered it on android webview, also happens in firefox and chrome. firefox gets really laggy.
The text was updated successfully, but these errors were encountered: