fix(richtext-lexical): inline blocks drawer not rendering any fields due to incorrect schemapath suffix (#9158)
This commit is contained in:
@@ -192,7 +192,7 @@ export const BlocksPlugin: PluginComponent<BlocksFeatureClientProps> = () => {
|
||||
editor.dispatchCommand(INSERT_INLINE_BLOCK_COMMAND, data)
|
||||
}}
|
||||
schemaPath={schemaPath}
|
||||
schemaPathSuffix={`lexical_blocks.${blockFields?.blockType}.fields`}
|
||||
schemaPathSuffix={`lexical_inline_blocks.${blockFields?.blockType}.fields`}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user