a tool for shared writing and social publishing

Revert "render empty block as <br/>"

This reverts commit df74efe5d21a5f156350660894aa7680b3a888e8.

+1 -1
+1 -1
components/Blocks/TextBlock/RenderYJSFragment.tsx
··· 27 27 return ( 28 28 <BlockWrapper wrapper={wrapper} attrs={attrs}> 29 29 {children.length === 0 ? ( 30 - <br /> 30 + <div /> 31 31 ) : ( 32 32 node.toArray().map((node, index) => { 33 33 if (node.constructor === XmlText) {