blockly-samples
blockly-samples copied to clipboard
block-dynamic-connection block is not aligned under the Zelos renderer
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
Reproduction steps
- Switch to Zelos renderer
Blockly.inject(blocklyRef.current!, {
toolbox: getToolbox(),
renderer: 'Zelos',
})
Stack trace
Screenshots
No response
I confirm this is a bug in the current implementation; thanks for reporting it!