mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
oops
This commit is contained in:
parent
32f87b3396
commit
4bd04e20e2
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class Target extends EventEmitter {
|
||||||
blockUpdated = t.blocks.updateSensingOfReference(
|
blockUpdated = t.blocks.updateSensingOfReference(
|
||||||
oldName,
|
oldName,
|
||||||
newName,
|
newName,
|
||||||
this.isStage ? '__stage__' : this.getName()
|
this.isStage ? '_stage_' : this.getName()
|
||||||
) || blockUpdated;
|
) || blockUpdated;
|
||||||
});
|
});
|
||||||
// Request workspace change only if sensing_of blocks were actually updated.
|
// Request workspace change only if sensing_of blocks were actually updated.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue