add todo and remove a newline

This commit is contained in:
picklesrus 2018-11-28 12:33:04 -05:00
parent d19848b712
commit eefe021425
2 changed files with 1 additions and 1 deletions

View file

@ -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 #';

View file

@ -5,7 +5,6 @@ const Sprite = require('../../src/sprites/sprite');
const RenderedTarget = require('../../src/sprites/rendered-target');
const BlockUtility = require('../../src/engine/block-utility');
test('getPrimitives', t => {
const rt = new Runtime();
const s = new Sensing(rt);