We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b432537 commit 26c1e7dCopy full SHA for 26c1e7d
app/routes/_editor+/core/components/EditorBlocks.tsx
@@ -64,7 +64,6 @@ export function EditorBlocks({
64
switch (element.type) {
65
case BlockType.Paragraph: {
66
if (readOnly) {
67
- console.log("element", element);
68
// check if children is an empty string, if so, return an empty div
69
//otherwise this will create <br /> in span elements and cause html validation errors
70
children = children?.[0]?.text === "" ? <div></div> : children;
0 commit comments