mirror of
https://github.com/google/blockly.git
synced 2026-06-03 18:00:08 +02:00
819297162a
* 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