Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't try to set text fields to null on cancel (google#5690)
Mobile users get a window.prompt as an input, if they press the cancel button the return value is null. Don't attempt to set the value of the field to null. Causes errors in the custom note field which inherits from FieldTextInput. Detected in Blockly Games Music.
- Loading branch information