Skip to content

Commit

Permalink
fix variable prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Jan 25, 2024
1 parent 140ba48 commit 66020f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ export class Editor extends toolboxeditor.ToolboxEditor {
}).then(value => {
callback(value);
})
});
}, true);

if (pxt.Util.isTranslationMode()) {
pxtblockly.external.setPromptTranslateBlock(dialogs.promptTranslateBlock);
Expand Down

0 comments on commit 66020f6

Please sign in to comment.