Skip to content

Commit 478e831

Browse files
committed
fix: "To block" link throwing error when opening in Logseq #56
1 parent 765f82a commit 478e831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/logseq/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ export default class LogseqClient {
367367
pageSet.add(page.name);
368368
result.pages.push(page);
369369
}
370-
});
370+
})
371+
result.graph = result.graph || search.graph;
371372
});
372373
return result;
373374
};

0 commit comments

Comments
 (0)