support
support copied to clipboard
[Bug] Fix alignment of user function label
Describe the bug
Since a recent Blockly update, the label on a function caller block is not inline with other blocks.
This happens because we display it as a field with a border of the same color, but it's still there.
The way to fix this would be to use a label instead of a field.