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)}
|
onChange={(value) => onModeChange(value)}
|
||||||
label="Mode"
|
label="Mode"
|
||||||
buttonClassName="mode-dropdown"
|
buttonClassName="mode-dropdown"
|
||||||
|
showValueAsLabel={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user