We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c174dd commit 7e5b09cCopy full SHA for 7e5b09c
1 file changed
index.ts
@@ -223,7 +223,7 @@ const main = async () => {
223
224
const blockSet = new Set();
225
logseq.DB.onChanged(async (e) => {
226
- if (e.txMeta?.outlinerOp !== 'insertBlocks') {
+ if (e.txMeta?.outlinerOp !== 'insert-blocks') {
227
blockSet.add(e.blocks[0]?.uuid);
228
doc.querySelectorAll('.external-link')?.forEach((extLink) =>
229
setFavicon(extLink)
0 commit comments