This commit is contained in:
Liang Ding 2023-03-02 18:57:20 +08:00
parent 3c52bf63a9
commit 5b46889de7
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 11 additions and 5 deletions

View file

@ -797,7 +797,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
transaction(protyle, [{
action: "insertAttrViewBlock",
id: targetElement.getAttribute("data-node-id"),
parentID: targetElement.getAttribute("data-av-type"),
parentID: targetElement.getAttribute("data-av-id"),
previousID: "",
srcIDs: sourceIds,
}], [{