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
Yeaa i see where the confusion is coming from - the issue here is that ewe evaluates the expression first, before replacing the {} with the "up" or "down" string, so whats actually happening is that youre comparing an empty json object to a string...
I don't think this will be avoidable any time soon, not before we get some form of lamdas
Checklist before submitting an issue
Description of the bug
When implementing volume-up/down scrolling in a eventbox like this:
It always
produces
the 'else' string, but if implement :onscroll like this it works:Reproducing the issue
No response
Expected behaviour
The first implementation proposed for :onscroll should work.
Additional context
No response
The text was updated successfully, but these errors were encountered: