mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-26 06:10:26 -04:00
add todo and remove a newline
This commit is contained in:
parent
d19848b712
commit
eefe021425
2 changed files with 1 additions and 1 deletions
src/engine
|
@ -569,6 +569,7 @@ class Blocks {
|
|||
}
|
||||
// The selected item in the sensing of block menu needs to change based on the
|
||||
// selected target. Set it to the first item in the menu list.
|
||||
// TODO: https://github.com/LLK/scratch-vm/issues/1787
|
||||
if (block.opcode === 'sensing_of_object_menu') {
|
||||
if (block.fields.OBJECT.value === '_stage_') {
|
||||
this._blocks[block.parent].fields.PROPERTY.value = 'backdrop #';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue