This commit is contained in:
DD 2018-01-09 14:55:46 -05:00
parent 0b6d7adf3e
commit db662b8584

View file

@ -402,7 +402,7 @@ class Blocks {
case 'mutation': case 'mutation':
block.mutation = mutationAdapter(args.value); block.mutation = mutationAdapter(args.value);
break; break;
case 'checkbox': case 'checkbox': {
block.isMonitored = args.value; block.isMonitored = args.value;
if (!optRuntime) { if (!optRuntime) {
break; break;
@ -428,6 +428,7 @@ class Blocks {
} }
break; break;
} }
}
this.resetCache(); this.resetCache();
} }