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 d3cd9ba commit a1c99c8Copy full SHA for a1c99c8
packages/richtext-lexical/src/features/blocks/client/plugin/index.tsx
@@ -192,7 +192,7 @@ export const BlocksPlugin: PluginComponent<BlocksFeatureClientProps> = () => {
192
editor.dispatchCommand(INSERT_INLINE_BLOCK_COMMAND, data)
193
}}
194
schemaPath={schemaPath}
195
- schemaPathSuffix={`lexical_blocks.${blockFields?.blockType}.fields`}
+ schemaPathSuffix={`lexical_inline_blocks.${blockFields?.blockType}.fields`}
196
/>
197
)
198
}
0 commit comments