From 56f1ed4d042edea25fe261a90d0587a000e335a9 Mon Sep 17 00:00:00 2001 From: TeerapatChan Date: Wed, 28 Jan 2026 15:17:28 +0700 Subject: [PATCH 1/2] fix: type button --- .../compound/editor/components/auto-text-color-button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/legacies/react/v2/components/compound/editor/components/auto-text-color-button.tsx b/legacies/react/v2/components/compound/editor/components/auto-text-color-button.tsx index b5572d4f..1abace15 100644 --- a/legacies/react/v2/components/compound/editor/components/auto-text-color-button.tsx +++ b/legacies/react/v2/components/compound/editor/components/auto-text-color-button.tsx @@ -20,6 +20,7 @@ export const AutoTextColorButton = () => { }} disabled={!editor.can().unsetColor()} title="Reset text color" + type="button" > From 23a9e14ed9124c870d1af9da2ed5e1545bbb606e Mon Sep 17 00:00:00 2001 From: Benz <105777142+TeerapatChan@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:41:05 +0700 Subject: [PATCH 2/2] Update button type description in richtext --- .changeset/rich-maps-stare.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rich-maps-stare.md diff --git a/.changeset/rich-maps-stare.md b/.changeset/rich-maps-stare.md new file mode 100644 index 00000000..ecd8f4b2 --- /dev/null +++ b/.changeset/rich-maps-stare.md @@ -0,0 +1,5 @@ +--- +"@genseki/react": patch +--- + +fix: type button in clear color in richtext