mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
52fe742a8c
commit
e91b8e97f7
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
|
||||||
srcs.push({
|
srcs.push({
|
||||||
itemID: Lute.NewNodeID(),
|
itemID: Lute.NewNodeID(),
|
||||||
content: blockValue.block.content,
|
content: blockValue.block.content,
|
||||||
id: rowId,
|
id: blockValue.block.id || "",
|
||||||
isDetached: blockValue.isDetached,
|
isDetached: blockValue.isDetached,
|
||||||
});
|
});
|
||||||
sourceIds.push(rowId);
|
sourceIds.push(rowId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue