Fix issue with importing broadcast block with obscured empty string shadow.

This commit is contained in:
Karishma Chadha 2018-04-10 15:16:18 -04:00
parent cd7e03f0f6
commit a4d9ff9266

View file

@ -639,7 +639,6 @@ const parseBlock = function (sb2block, addBroadcastMsg, getVariableId, extension
// event_broadcast_menus have some extra properties to add to the
// field and a different value than the rest
if (expectedArg.inputOp === 'event_broadcast_menu') {
if (!shadowObscured) {
// Need to update the broadcast message name map with
// the value of this field.
// Also need to provide the fields[fieldName] object,
@ -650,7 +649,6 @@ const parseBlock = function (sb2block, addBroadcastMsg, getVariableId, extension
// and come up with a fresh messageN.
const broadcastId = addBroadcastMsg(fieldValue, fields[fieldName]);
fields[fieldName].id = broadcastId;
}
fields[fieldName].variableType = expectedArg.variableType;
}
activeBlock.children.push({