We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FieldNote
1 parent 6e46a18 commit fb762c2Copy full SHA for fb762c2
src/lib/blocks.js
@@ -410,9 +410,9 @@ export default function (vm, useCatBlocks) {
410
return ScratchBlocks.StatusButtonState.NOT_READY;
411
};
412
413
- // ScratchBlocks.FieldNote.playNote_ = function (noteNum, extensionId) {
414
- // vm.runtime.emit('PLAY_NOTE', noteNum, extensionId);
415
- // };
+ ScratchBlocks.FieldNote.playNote_ = function (noteNum, extensionId) {
+ vm.runtime.emit("PLAY_NOTE", noteNum, extensionId);
+ };
416
417
// Use a collator's compare instead of localeCompare which internally
418
// creates a collator. Using this is a lot faster in browsers that create a
0 commit comments