mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-25 13:50:22 -04:00
Fix typo in comment
This commit is contained in:
parent
87244b4110
commit
7ea310a194
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ class Blocks {
|
|||
// Note: we're not just constantly creating a longer and longer id everytime we check
|
||||
// the checkbox because we're using the id of the block in the flyout as the base
|
||||
|
||||
// check if a block withl the new id already exists, otherwise create
|
||||
// check if a block with the new id already exists, otherwise create
|
||||
let newBlock = optRuntime.monitorBlocks.getBlock(newId);
|
||||
if (!newBlock) {
|
||||
newBlock = JSON.parse(JSON.stringify(block));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue