Skip to content

Commit

Permalink
Life has roadblocks!
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Orangemoon committed Jun 3, 2024
1 parent ca515fb commit be70b16
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Source/blocks/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
variableTypeChangers.matrix.onclick = () => {
cycleVariable("matrix");
//I don't want to handle arrays for this imma be honest
setScopeVisibilities(false, true, false, false, true);
setScopeVisibilities((penPlus.experimental), true, false, false, true);
};

Array.onclick = () => {
Expand Down
Loading

0 comments on commit be70b16

Please sign in to comment.