mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-29 23:49:21 -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(
|
||||
oldName,
|
||||
newName,
|
||||
this.isStage ? '__stage__' : this.getName()
|
||||
this.isStage ? '_stage_' : this.getName()
|
||||
) || blockUpdated;
|
||||
});
|
||||
// Request workspace change only if sensing_of blocks were actually updated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue