Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 authored Feb 8, 2024
1 parent 1cc20ca commit 08c16d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const main = async () => {
getPages();
dateFormat = (await logseq.App.getUserConfigs()).preferredDateFormat;
logseq.DB.onChanged((e) => {
if (e.txMeta?.outlinerOp == "insert-blocks") {
if (e.txMeta?.outlinerOp == "insert-blocks" || e.txMeta?.outlinerOp == "insertBlocks") {
if (logseq.settings?.enableAutoParse) {
blockArray?.forEach(parseBlockForLink);
}
Expand Down

0 comments on commit 08c16d7

Please sign in to comment.