This commit is contained in:
apple502j 2020-05-24 09:30:27 +09:00 committed by GitHub
parent 32f87b3396
commit 4bd04e20e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.