fix: display the currently selected mode in the mode dropdown
This commit is contained in:
@@ -38,6 +38,7 @@ const PianoRollToolbar: React.FC<PianoRollToolbarProps> = ({
|
||||
onChange={(value) => onModeChange(value)}
|
||||
label="Mode"
|
||||
buttonClassName="mode-dropdown"
|
||||
showValueAsLabel={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user