feat(SW-200): Fixed image sizes for RTE
This commit is contained in:
@@ -113,6 +113,7 @@ export function nodeToHtml(
|
||||
if ("type" in node === false) {
|
||||
return textNodeToHtml(node, fullRenderOptions)
|
||||
} else {
|
||||
console.log({ NODE: node, EMBEDS: embeds })
|
||||
if (fullRenderOptions[node.type] !== undefined) {
|
||||
if (node.type === RTETypeEnum.doc) {
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user