mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
* Fix #1397 by being more careful with mutator The text_charAt mutator was replacing more of the title string than necessary, which would lead to losing some of the relevant text in the label. Updated the mutator to only add/remove a new input on the end instead of replacing the default dummy input. * Code cleanup