We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0716128 commit 9892303Copy full SHA for 9892303
packages/richtext-lexical/src/features/blocks/client/componentInline/index.tsx
@@ -97,7 +97,7 @@ export const InlineBlockComponent: React.FC<Props> = (props) => {
97
)
98
99
const drawerSlug = formatDrawerSlug({
100
- slug: `lexical-inlineBlocks-create-` + uuidFromContext,
+ slug: `lexical-inlineBlocks-create-${uuidFromContext}-${formData.id}`,
101
depth: editDepth,
102
})
103
const { toggleDrawer } = useLexicalDrawer(drawerSlug, true)
0 commit comments