Skip to content

Commit 2c0900a

Browse files
authored
Merge branch 'PenguinMod:develop' into develop
2 parents 45202b2 + 2614f73 commit 2c0900a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/field_customInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Blockly.FieldCustom.prototype.init = function() {
136136
* @override
137137
*/
138138
Blockly.FieldCustom.prototype.setValue = function(value) {
139-
if (!value || value === this.value_) {
139+
if (value === this.value_) {
140140
return; // No change
141141
}
142142
if (this.sourceBlock_ && Blockly.Events.isEnabled()) {

0 commit comments

Comments
 (0)