mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix todo
This commit is contained in:
parent
eefe021425
commit
90b627982c
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +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
|
||||
// TODO: (#1787)
|
||||
if (block.opcode === 'sensing_of_object_menu') {
|
||||
if (block.fields.OBJECT.value === '_stage_') {
|
||||
this._blocks[block.parent].fields.PROPERTY.value = 'backdrop #';
|
||||
|
|
Loading…
Reference in a new issue