mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
fix value
This commit is contained in:
parent
4b1307bb11
commit
01db5da8ce
2 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ class Target extends EventEmitter {
|
|||
id: id,
|
||||
element: 'field',
|
||||
name: 'VARIABLE',
|
||||
value: newName
|
||||
value: id
|
||||
}, this.runtime);
|
||||
this.runtime.requestUpdateMonitor(Map({
|
||||
id: id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue