Browse Source

bug-fix

imwald
Silberengel 4 months ago
parent
commit
b876240cfd
  1. 1
      src/components/Note/PublicationIndex/PublicationIndex.tsx

1
src/components/Note/PublicationIndex/PublicationIndex.tsx

@ -848,7 +848,6 @@ export default function PublicationIndex({
// Step 1: Collect ALL references (including nested ones) by traversing the tree // Step 1: Collect ALL references (including nested ones) by traversing the tree
const allRefs = new Map<string, PublicationReference>() const allRefs = new Map<string, PublicationReference>()
const refsToProcess = [...initialRefs] const refsToProcess = [...initialRefs]
const processedCoordinates = new Set<string>()
logger.info('[PublicationIndex] Starting batch fetch, collecting all references...') logger.info('[PublicationIndex] Starting batch fetch, collecting all references...')

Loading…
Cancel
Save