blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

block-dynamic-connection block is not aligned under the Zelos renderer

Open flycran opened this issue 11 months ago • 1 comments

Check for duplicates

  • [x] I have searched for similar issues before opening a new one.

Component

block-dynamic-connection

Description

It's easy to see that the fields of the dynamic_list_create are not aligned, while the default lists_create_with are aligned Image

Image

Reproduction steps

  1. Switch to Zelos renderer
Blockly.inject(blocklyRef.current!, {
  toolbox: getToolbox(),
  renderer: 'Zelos',
})

Stack trace


Screenshots

No response

flycran avatar Jan 08 '25 07:01 flycran

I confirm this is a bug in the current implementation; thanks for reporting it!

cpcallen avatar Jan 10 '25 17:01 cpcallen