mirror of
https://github.com/google/blockly.git
synced 2026-01-16 21:37:10 +01:00
Added todo
This commit is contained in:
@@ -281,6 +281,10 @@ Blockly.FieldTextInput.prototype.onHtmlInputChange_ = function(_e) {
|
||||
var text = htmlInput.value;
|
||||
if (text !== htmlInput.oldValue_) {
|
||||
htmlInput.oldValue_ = text;
|
||||
|
||||
// TODO(#2169): Once issue is fixed the setGroup functionality could be
|
||||
// moved up to the Field setValue method. This would create a
|
||||
// broader fix for all field types.
|
||||
Blockly.Events.setGroup(true);
|
||||
this.setValue(text);
|
||||
Blockly.Events.setGroup(false);
|
||||
|
||||
Reference in New Issue
Block a user