Skip to content

Commit

Permalink
fix: fix bug that prevented displaying the procedure editor modal on …
Browse files Browse the repository at this point in the history
…mobile (#26)
  • Loading branch information
gonfunko authored Sep 18, 2024
1 parent d174ae9 commit 8b1bf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/blocks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ Blocks.defaultOptions = {
collapse: false,
sounds: false,
trashcan: false,
modalInputs: false,
};

Blocks.defaultProps = {
Expand Down
1 change: 1 addition & 0 deletions src/containers/custom-procedures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ CustomProcedures.defaultOptions = {
comments: false,
collapse: false,
scrollbars: true,
modalInputs: false,
};

CustomProcedures.defaultProps = {
Expand Down

0 comments on commit 8b1bf24

Please sign in to comment.