From 1acbf847f580648fccecdd420bacd5bcbd432c2e Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 22:49:47 +0200 Subject: [PATCH] Actualiser src/features/menu/index.jsx --- src/features/menu/index.jsx | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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 */}