Vanessa 2023-06-10 11:59:12 +08:00
parent 6136e5e863
commit 9b9bc68c49
4 changed files with 154 additions and 98 deletions

View file

@ -811,7 +811,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
}], [{
action: "removeAttrViewBlock",
id: targetElement.getAttribute("data-node-id"),
parentID: targetElement.getAttribute("data-av-type"),
parentID: targetElement.getAttribute("data-av-id"),
}]);
}
return;