We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45202b2 + 2614f73 commit 2c0900aCopy full SHA for 2c0900a
1 file changed
core/field_customInput.js
@@ -136,7 +136,7 @@ Blockly.FieldCustom.prototype.init = function() {
136
* @override
137
*/
138
Blockly.FieldCustom.prototype.setValue = function(value) {
139
- if (!value || value === this.value_) {
+ if (value === this.value_) {
140
return; // No change
141
}
142
if (this.sourceBlock_ && Blockly.Events.isEnabled()) {
0 commit comments