Compare two revisions of: Music Todo

... ... @@ -1,5 +1,7 @@
1 1 * Add disable CSS touch action so no pinch zoom. See [MDN touch-action page](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action).
2 2
3 +* Fix bug where using internal piano with Keyboard produces no sound.
4 +
3 5 * Create CSS variable being --keyboard-height, set in media query, use in height valc of NotesList in Notes page.
4 6
5 7 * Create flashShortNoteLabels boolean prop on KeyBoard component.
6 8