Skip to content

Commit

Permalink
fix: Allow manually parsing block even when auto linking is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
falense authored Oct 20, 2023
1 parent 4847b76 commit c28fb0b
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 c28fb0b

Please sign in to comment.