mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix lint
This commit is contained in:
parent
0b6d7adf3e
commit
db662b8584
1 changed files with 2 additions and 1 deletions
|
@ -402,7 +402,7 @@ class Blocks {
|
|||
case 'mutation':
|
||||
block.mutation = mutationAdapter(args.value);
|
||||
break;
|
||||
case 'checkbox':
|
||||
case 'checkbox': {
|
||||
block.isMonitored = args.value;
|
||||
if (!optRuntime) {
|
||||
break;
|
||||
|
@ -428,6 +428,7 @@ class Blocks {
|
|||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
this.resetCache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue