Hello,
This table/matrix block could be very useful ! How do you implement multiples +/- buttons.
Moreover, I've tried to implement the matrix.js file shared by Leo from VITTASCIENCE, but the function
update_: function(update) {
return Blockly.matrix.UPDATE_BLOCK_MUTATOR_MIXIN(this, update);
}, doesn't work because UPDATE_BLOCK_MUTATOR_MIXIN is not present in the source file.
What the update_ is supposed to do/trigger in general ?
I have to say that Mutator is quite stuff to implement/understand ...
Thanks,
Chris