mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
parent
28a0831e8d
commit
cf20ca1add
1 changed files with 3 additions and 0 deletions
|
@ -347,6 +347,9 @@ var parseBlock = function (sb2block) {
|
|||
if (shadowObscured) {
|
||||
fieldValue = '#990000';
|
||||
}
|
||||
} else if (shadowObscured) {
|
||||
// Filled drop-down menu.
|
||||
fieldValue = '';
|
||||
}
|
||||
var fields = {};
|
||||
fields[fieldName] = {
|
||||
|
|
Loading…
Reference in a new issue