Skip to content

Commit 7e5b09c

Browse files
committed
Change insertBlocks to inster-blocks
1 parent 7c174dd commit 7e5b09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const main = async () => {
223223

224224
const blockSet = new Set();
225225
logseq.DB.onChanged(async (e) => {
226-
if (e.txMeta?.outlinerOp !== 'insertBlocks') {
226+
if (e.txMeta?.outlinerOp !== 'insert-blocks') {
227227
blockSet.add(e.blocks[0]?.uuid);
228228
doc.querySelectorAll('.external-link')?.forEach((extLink) =>
229229
setFavicon(extLink)

0 commit comments

Comments
 (0)