sugarlabs / musicblocks

Music Blocks -- A musical microworld
https://musicblocks.sugarlabs.org/
GNU Affero General Public License v3.0
539 stars 726 forks source link

Fix Hide Block bug #3877

Closed walterbender closed 2 months ago

walterbender commented 2 months ago

The hide block was hiding blocks, but not keeping them hidden. This was because it was referencing showBlocksAfterRun in logo.js instead of activity.js

Now the blocks stay hidden after execution stops. This is really useful for many games and interactive projects.