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 c92f244 commit ee80f13Copy full SHA for ee80f13
src/containers/blocks.jsx
@@ -90,6 +90,9 @@ class Blocks extends React.Component {
90
"setLocale",
91
]);
92
this.ScratchBlocks.dialog.setPrompt(this.handlePromptStart);
93
+ this.ScratchBlocks.ScratchVariables.setPromptHandler(
94
+ this.handlePromptStart
95
+ );
96
this.ScratchBlocks.statusButtonCallback =
97
this.handleConnectionModalStart;
98
this.ScratchBlocks.recordSoundCallback = this.handleOpenSoundRecorder;
0 commit comments