Jacky Zhao
2023-11-29 0d314db1f8d6438e6e721e1c37c65fe84f193acf
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
          }