mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 17:26:10 +01:00
This commit is contained in:
parent
f26003f381
commit
26db301a12
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
path: pathPosix().join(response.data, createDocElement.previousElementSibling.textContent.trim() || "Untitled"),
|
||||
parentID: protyle.block.rootID,
|
||||
markdown: "",
|
||||
id: createDocElement.parentElement.dataset.id,
|
||||
id: createDocElement.parentElement.dataset.blockId,
|
||||
}, response => {
|
||||
transaction(protyle, [{
|
||||
action: "updateAttrViewCell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue