We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3f8e2 commit 6099de6Copy full SHA for 6099de6
src/utils.ts
@@ -14,7 +14,7 @@ const groupBlockContent = (blockMap: BlockMapType): string[][] => {
14
let index = -1;
15
16
Object.keys(blockMap).forEach(id => {
17
- blockMap[id].value.content?.forEach(blockId => {
+ blockMap[id].value?.content?.forEach(blockId => {
18
const blockType = blockMap[blockId]?.value?.type;
19
20
if (blockType && blockType !== lastType) {
0 commit comments