From 82cffad0b3d004640c5f4070d0b8a833d84e77d7 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:38:51 -0300 Subject: [PATCH] fix: resolve NcColorPicker focus-trap error and improve UX - Remove palette-only prop to fix focus-trap error - Use @submit event instead of @update:value for better compatibility - Add fill-color to palette icon to show current selected color - Change button type to tertiary for proper styling Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/Components/Draw/Editor.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Components/Draw/Editor.vue b/src/Components/Draw/Editor.vue index b6c25c4139..321cc1932e 100644 --- a/src/Components/Draw/Editor.vue +++ b/src/Components/Draw/Editor.vue @@ -8,11 +8,10 @@ - + @submit="updateColor"> + {{ t('libresign', 'Change color') }}