Jacky Zhao
2023-12-01 b5fec6c87f2060884425607c0c4de5eededbb30f
quartz/components/renderPage.tsx
@@ -104,7 +104,7 @@
                break
              }
              if (startIdx) {
              if (startIdx !== undefined) {
                endIdx = i
              } else if (el.properties?.id === blockRef) {
                startIdx = i
@@ -112,7 +112,7 @@
            }
          }
          if (!startIdx) {
          if (startIdx === undefined) {
            return
          }