You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create two of the same block by dragging them out of the toolbox twice, you get different IDs for all the blocks (including the shadow)
However, when you right-click and duplicate, you get a block with a different ID but the shadow has the same ID.
This is causing a bug in scratch-vm scratchfoundation/scratch-vm#589 because the vm-side block cache can be fooled by blocks with the same IDs (specifically, if you delete one of them and then try to read out the block XML, you get an error).