Hi All,
I am working on blockly, and I have a requirement that I want to increase my number of value input blocks according to need dynamically. I think I will have to use mutation for that(still not sure how does it work). I want to do it on the click of an Image shown in the same block(more like a plus) and I don't see any click event on any of the block or the image for that sake.
How can I achieve this ? and if somebody have some good read or video for mutation please provide the link.