Skip to content

Commit

Permalink
🎨 #9294
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Sep 27, 2023
1 parent f26003f commit 26db301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/protyle/render/av/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 26db301

Please sign in to comment.