From e91b8e97f75f15d05ce895641117d1c86918c1d4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 23 Aug 2025 18:18:14 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15528 --- app/src/protyle/render/av/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/action.ts b/app/src/protyle/render/av/action.ts index ef8d9d9c4..dbe1ef6af 100644 --- a/app/src/protyle/render/av/action.ts +++ b/app/src/protyle/render/av/action.ts @@ -573,7 +573,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi srcs.push({ itemID: Lute.NewNodeID(), content: blockValue.block.content, - id: rowId, + id: blockValue.block.id || "", isDetached: blockValue.isDetached, }); sourceIds.push(rowId);