Skip to content

Commit 5f628f2

Browse files
authored
let
1 parent ac848ba commit 5f628f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/sound-editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class SoundEditor extends React.Component {
506506
);
507507
const pitchParts = pitchDiv.children;
508508
const volumeParts = volumeDiv.children;
509-
const menu = window.ScratchBlocks.customPrompt(
509+
let menu = window.ScratchBlocks.customPrompt(
510510
"Modify Sound", { width: 200, height: "auto" },
511511
{
512512
name: "Apply", callback: () => {

0 commit comments

Comments
 (0)