ctakahob

Results 1 comments of ctakahob

try replacing the node with a new one ``` const newNode = { type: "paragraph", children: [{ text: "" }] }; if (isEmpty(value)) { Transforms.insertNodes(editor, newNode); } ```