mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
26cfc586f0
commit
b797e34be3
3 changed files with 6 additions and 6 deletions
|
|
@ -295,10 +295,10 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
|
|||
avID,
|
||||
ignoreFillFilter: true,
|
||||
srcs,
|
||||
blockID: listItemElement.dataset.nodeId
|
||||
blockID: listItemElement.dataset.blockId
|
||||
}, {
|
||||
action: "doUpdateUpdated",
|
||||
id: listItemElement.dataset.nodeId,
|
||||
id: listItemElement.dataset.blockId,
|
||||
data: dayjs().format("YYYYMMDDHHmmss"),
|
||||
}], [{
|
||||
action: "removeAttrViewBlock",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue