Hello! Thank you for Blockly!
I've got
a mutator configured to pop-over with some blocks in its toolbox, and
I'd like to get access to those blocks during the `decompose` callback.
In this image, I'm talking about the blocks in the red square:
In
the decompose function we have a workspace, but it is the workspace for
the block on the right. How do I get to its toolbox and blocks?
What
I'd like to do is simply call `block.setMutator(null)` on each block
before they appear, maybe there's another way to do this?
Big thanks in advance, everyone,
Loren