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.
1 parent 5f6b6a4 commit d0a73c5Copy full SHA for d0a73c5
packages/scratch-gui/src/lib/blocks.js
@@ -314,7 +314,7 @@ export default function (vm, useCatBlocks) {
314
};
315
316
ScratchBlocks.FieldNote.playNote_ = function (noteNum, extensionId) {
317
- vm.runtime.emit("PLAY_NOTE", noteNum, extensionId);
+ vm.runtime.emit('PLAY_NOTE', noteNum, extensionId);
318
319
320
// Use a collator's compare instead of localeCompare which internally
0 commit comments