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

Random blocks do not always show up in the minimap

Open BeksOmega opened this issue 2 years ago • 0 comments

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:

  1. Go to the minimap demo page.
  2. Click on the "Random Blocks" action in the side bar.
  3. 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.

BeksOmega avatar Aug 29 '23 18:08 BeksOmega