diff --git a/packages/richtext-lexical/src/features/blocks/client/componentInline/index.tsx b/packages/richtext-lexical/src/features/blocks/client/componentInline/index.tsx index 45b0d97142d..8d91039ab90 100644 --- a/packages/richtext-lexical/src/features/blocks/client/componentInline/index.tsx +++ b/packages/richtext-lexical/src/features/blocks/client/componentInline/index.tsx @@ -97,7 +97,7 @@ export const InlineBlockComponent: React.FC = (props) => { ) const drawerSlug = formatDrawerSlug({ - slug: `lexical-inlineBlocks-create-` + uuidFromContext, + slug: `lexical-inlineBlocks-create-${uuidFromContext}-${formData.id}`, depth: editDepth, }) const { toggleDrawer } = useLexicalDrawer(drawerSlug, true)