Skip to content

Commit e24a209

Browse files
authored
shouldn't be true gere
1 parent 898b5f0 commit e24a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export default function (vm) {
518518
callback: ext => vm.extensionManager.removeExtension(ext)
519519
}
520520
// see src/components/blocks.jsx (just after `VMScratchBlocks(props.vm)`) for Edit Extension
521-
], true);
521+
]);
522522

523523
return ScratchBlocks;
524524
}

0 commit comments

Comments
 (0)