support icon indicating copy to clipboard operation
support copied to clipboard

[Bug] Fix alignment of user function label

Open laurensvalk opened this issue 1 year ago • 1 comments

Describe the bug

Since a recent Blockly update, the label on a function caller block is not inline with other blocks.

image

laurensvalk avatar Mar 08 '24 14:03 laurensvalk

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.

laurensvalk avatar Mar 29 '24 09:03 laurensvalk