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
Adding shadows to inputs which accept "Any" makes that input only accept the output type of the shadow (clearly not intended, block looks like it's supposed to connect, but snaps back)
I think this has to do with the logic_compare block in particular. It has a change listener that forces the types on the different inputs to be the same. And because your shadows are text blocks, the number block is not compatible.
Describe the bug
Adding shadows to inputs which accept "Any" makes that input only accept the output type of the shadow (clearly not intended, block looks like it's supposed to connect, but snaps back)
To Reproduce
Steps to reproduce the behavior:
logic_compare
block to the workspace somewhere where it's enabledExpected behavior
The shadow should be overridden
Version
Using
master
The text was updated successfully, but these errors were encountered: