mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
* Fix #1444 - broken mutator for text_charat There might no longer be an input named AT on a text_charat block which the mutator had been depending on. There is now a boolean on the block for isAt, though, so use that directly instead. The * Address comments