Merge pull request #2427 from apple502j/patch-11
Fix sensing_of when renaming global variables
This commit is contained in:
commit
33e73c3c5c
@ -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…
x
Reference in New Issue
Block a user