Skip to content

Commit 645f8bf

Browse files
gonfunkosebjacobs
authored andcommitted
fix: fix bug that prevented displaying the procedure editor modal on mobile (scratchfoundation#26)
1 parent 5701e57 commit 645f8bf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/containers/blocks.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ Blocks.defaultOptions = {
877877
collapse: false,
878878
sounds: false,
879879
trashcan: false,
880+
modalInputs: false,
880881
};
881882

882883
Blocks.defaultProps = {

src/containers/custom-procedures.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ CustomProcedures.defaultOptions = {
193193
comments: false,
194194
collapse: false,
195195
scrollbars: true,
196+
modalInputs: false,
196197
};
197198

198199
CustomProcedures.defaultProps = {

0 commit comments

Comments
 (0)