a tool for shared writing and social publishing

render empty block as <br/>

+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 - <div /> 30 + <br /> 31 31 ) : ( 32 32 node.toArray().map((node, index) => { 33 33 if (node.constructor === XmlText) {