blockly-samples
blockly-samples copied to clipboard
Random blocks do not always show up in the minimap
Category
- Plugins
Component
workspace-minimap
Describe the bug
If you hit the "Random Blocks" button on the demo page, some of the blocks show up in the minimap, but not all of them.
To Reproduce
Steps to reproduce the behavior:
- Go to the minimap demo page.
- Click on the "Random Blocks" action in the side bar.
- Observe how not all of the blocks get added to the minimap.
Expected behavior
All the blocks get added to the minimap.
Additional context
Root cause is https://github.com/google/blockly/issues/7448
The minimap plugin should be bumped to depend on the next version of Blockly (assuming it includes a fix) after it is released.