Skip to content

Commit

Permalink
"AccidentalBlockBug" (#3773)
Browse files Browse the repository at this point in the history
* "AccidentalBlockBug"

* "ChangesMade"

* "ChangesMade"

* "ChangesMade"

* "ChangesMade"
  • Loading branch information
falgun143 authored Feb 26, 2024
1 parent 1d4aa05 commit 7e0406a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/blocks/PitchBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,8 @@ function setupPitchBlocks(activity) {
this.formBlock({
//.TRANS: An accidental is a modification to a pitch, e.g., sharp or flat.
name: _("accidental override"),
args: 1
args: 1,
argTypes:["anyin"]
});
this.makeMacro((x, y) => [
[0, "accidental", x, y, [null, 11, 1, 10]],
Expand Down

0 comments on commit 7e0406a

Please sign in to comment.