mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Pass along newCoordinate of Blockly MOVE events
This commit is contained in:
parent
ad82a5cb74
commit
ba0cc0dcfc
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ function VirtualMachine () {
|
|||
oldInputName: e.oldInputName,
|
||||
newParentId: e.newParentId,
|
||||
newInputName: e.newInputName,
|
||||
newCoordinate: e.newCoordinate,
|
||||
xml: {
|
||||
outerHTML: (e.xml) ? e.xml.outerHTML : null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue