fix(richtext-lexical): list converters and nodes being added duplicatively
This commit is contained in:
@@ -15,7 +15,7 @@ export const OrderedListFeature: FeatureProviderProviderServer<undefined, undefi
|
||||
ClientComponent: OrderedListFeatureClientComponent,
|
||||
i18n,
|
||||
markdownTransformers: [ORDERED_LIST],
|
||||
nodes: featureProviderMap.has('unorderedlist')
|
||||
nodes: featureProviderMap.has('unorderedList')
|
||||
? []
|
||||
: [
|
||||
createNode({
|
||||
|
||||
Reference in New Issue
Block a user