Skip to content

Commit d0c0840

Browse files
committed
Fix SensorsBlocks: cleaned RGB blocks and input handling
1 parent 590132e commit d0c0840

File tree

2 files changed

+40
-895
lines changed

2 files changed

+40
-895
lines changed

js/blocks/PitchBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ function setupPitchBlocks(activity) {
709709
}
710710
}
711711

712-
class Number2OctaveBlock extends Number2PitchBlock {
712+
class Number2OctaveBlock extends Number2PitchBlock {
713713
constructor() {
714714
//.TRANS: convert piano key number (1-88) to octave
715715
super("number2octave", _("number to octave"));

0 commit comments

Comments
 (0)