mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Allow shadow blocks to be edited.
This commit is contained in:
@@ -188,7 +188,6 @@ Blockly.FieldTextInput.prototype.onHtmlInputChange_ = function(e) {
|
||||
// Update source block.
|
||||
var text = htmlInput.value;
|
||||
if (text !== htmlInput.oldValue_) {
|
||||
this.sourceBlock_.setShadow(false);
|
||||
htmlInput.oldValue_ = text;
|
||||
this.setValue(text);
|
||||
this.validate_();
|
||||
|
||||
Reference in New Issue
Block a user