From c77bb214b4d25e49119c12f9f4b41714cc89fbee Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 6 Mar 2025 12:30:28 +0800 Subject: [PATCH] :art: --- app/src/plugin/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/plugin/index.ts b/app/src/plugin/index.ts index 775024100..a892184a1 100644 --- a/app/src/plugin/index.ts +++ b/app/src/plugin/index.ts @@ -388,6 +388,7 @@ export class Plugin { }) => { window.siyuan.blockPanels.push(new BlockPanel({ app: this.app, + originalRefBlockIDs: options.originalRefBlockIDs, targetElement: options.targetElement, isBacklink: options.isBacklink, x: options.x,