fixed issue with keyToStr function
This commit is contained in:
@@ -86,7 +86,7 @@ const PianoKeyComp = ({
|
||||
alignItems="center"
|
||||
>
|
||||
{isNoteVisible(showNoteNames, isPressed, isHovered) && (
|
||||
<Text {...textProps}>{keyToStr(pianoKey)}</Text>
|
||||
<Text {...textProps}>{keyToStr(pianoKey, false)}</Text>
|
||||
)}
|
||||
</Box>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user