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 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 (
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({