Skip to content

Commit

Permalink
Merge pull request #69 from falense/main
Browse files Browse the repository at this point in the history
fix: Allow manually parsing block even when auto linking is enabled
  • Loading branch information
sawhney17 committed Oct 20, 2023
2 parents 4847b76 + c28fb0b commit 0de46c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,7 @@ const main = async () => {
{ binding: logseq.settings?.parseSingleBlockKeybinding },
(e) => {
getPages();
if (!logseq.settings?.enableAutoParse) {
parseBlockForLink(e.uuid);
}
parseBlockForLink(e.uuid);
}
);
};
Expand Down

0 comments on commit 0de46c1

Please sign in to comment.