From 574ffdaabce67ce7cf12ece23724655c969b9646 Mon Sep 17 00:00:00 2001 From: TeerapatChan Date: Fri, 10 Apr 2026 17:13:28 +0700 Subject: [PATCH 1/3] fix: change z-index editor richtext --- .../v2/components/compound/editor/components/editor-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacies/react/v2/components/compound/editor/components/editor-bar.tsx b/legacies/react/v2/components/compound/editor/components/editor-bar.tsx index f709658d..f7b08e88 100644 --- a/legacies/react/v2/components/compound/editor/components/editor-bar.tsx +++ b/legacies/react/v2/components/compound/editor/components/editor-bar.tsx @@ -19,7 +19,7 @@ export const EditorBar: React.FC<{ className?: string; children?: React.ReactNod return (
From 154217e0aeed51264e6efa6fe6422180f4d8330d Mon Sep 17 00:00:00 2001 From: Benz <105777142+TeerapatChan@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:14:47 +0700 Subject: [PATCH 2/3] Create popular-swans-punch.md --- .changeset/popular-swans-punch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/popular-swans-punch.md diff --git a/.changeset/popular-swans-punch.md b/.changeset/popular-swans-punch.md new file mode 100644 index 00000000..68049316 --- /dev/null +++ b/.changeset/popular-swans-punch.md @@ -0,0 +1,5 @@ +--- +"@genseki/react": patch +--- + +fix: change z-index editor richtext From a9fe053302d3776d9e32ffc1fea22899ae76a968 Mon Sep 17 00:00:00 2001 From: TeerapatChan Date: Fri, 10 Apr 2026 17:37:49 +0700 Subject: [PATCH 3/3] fix: add tiptap-content-editor className --- .../compound/editor/components/rich-text-provider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacies/react/v2/components/compound/editor/components/rich-text-provider.tsx b/legacies/react/v2/components/compound/editor/components/rich-text-provider.tsx index d8e4f5b9..caf9c167 100644 --- a/legacies/react/v2/components/compound/editor/components/rich-text-provider.tsx +++ b/legacies/react/v2/components/compound/editor/components/rich-text-provider.tsx @@ -49,7 +49,7 @@ export function EditorProvider({