Unverified Commit a745c713 authored by Semicolon3253's avatar Semicolon3253 Committed by GitHub

Fix Typeblocking bug in dictionary recursive set block (#2330)

parent cc2f5bb2
...@@ -291,7 +291,7 @@ Blockly.Blocks['dictionaries_recursive_set'] = { ...@@ -291,7 +291,7 @@ Blockly.Blocks['dictionaries_recursive_set'] = {
this.setTooltip(Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_SET_TOOLTIP); this.setTooltip(Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_SET_TOOLTIP);
this.setInputsInline(false); this.setInputsInline(false);
}, },
typeblock: [{ translatedName: Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_LOOKUP_TITLE }] typeblock: [{ translatedName: Blockly.Msg.LANG_DICTIONARIES_DICTIONARY_RECURSIVE_SET_TITLE }]
}; };
Blockly.Blocks['dictionaries_getters'] = { Blockly.Blocks['dictionaries_getters'] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment