diff --git a/src/features/menu/index.jsx b/src/features/menu/index.jsx index 4c8115c..9791077 100644 --- a/src/features/menu/index.jsx +++ b/src/features/menu/index.jsx @@ -141,27 +141,6 @@ export default function Menu(props) { - {/* BLOC Patch Name */} - -
- - { - dispatch( - parameterUpdated({ - id: 'Patch', - changes: { name: e.target.value }, - }) - ); - }} - /> -
- {/* BLOC DOUBLE SÉLECTEUR MIDI */}
@@ -203,6 +182,27 @@ export default function Menu(props) {
+ {/* BLOC Patch Name */} + +
+ + { + dispatch( + parameterUpdated({ + id: 'Patch', + changes: { name: e.target.value }, + }) + ); + }} + /> +
+ {/* CONTENEUR DES BOUTONS D'ACTIONS */}