mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-03 09:40:28 -04:00
Merge pull request #542 from a49594a/patch-1
Fix missing right quote marks in `blockToXML`
This commit is contained in:
commit
83ae96b51b
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class Blocks {
|
|||
id="${block.id}"
|
||||
type="${block.opcode}"
|
||||
${block.topLevel ?
|
||||
`x="${block.x} y="${block.y}` :
|
||||
`x="${block.x}" y="${block.y}"` :
|
||||
''
|
||||
}
|
||||
>`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue