We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2cc05 commit 3d41e3fCopy full SHA for 3d41e3f
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