Skip to content

Commit

Permalink
fix dark keyboard range change
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Jul 9, 2024
1 parent b8d6363 commit 0eb8202
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/website/js/midi_keyboard/midi_keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ class MidiKeyboard
}

this._handlePointers();

if(this.mode === "dark")
{
this.mode = "light"
this.toggleMode(false);
}
}

/**
Expand Down

0 comments on commit 0eb8202

Please sign in to comment.