Skip to content

Commit

Permalink
fix: "To block" link throwing error when opening in Logseq #56
Browse files Browse the repository at this point in the history
  • Loading branch information
EINDEX committed Jan 9, 2024
1 parent 765f82a commit 478e831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/logseq/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ export default class LogseqClient {
pageSet.add(page.name);
result.pages.push(page);
}
});
})
result.graph = result.graph || search.graph;
});
return result;
};
Expand Down

0 comments on commit 478e831

Please sign in to comment.