We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141faf commit 629bc9eCopy full SHA for 629bc9e
src/lib/blocks.js
@@ -328,7 +328,7 @@ export default function (vm, useCatBlocks) {
328
this.jsonInit(json);
329
};
330
331
- ScratchBlocks.VerticalFlyout.getCheckboxState = function (blockId) {
+ ScratchBlocks.CheckableContinuousFlyout.prototype.getCheckboxState = function (blockId) {
332
const monitoredBlock = vm.runtime.monitorBlocks._blocks[blockId];
333
return monitoredBlock ? monitoredBlock.isMonitored : false;
334
0 commit comments