Vanessa 2025-07-29 10:31:41 +08:00
parent 446c81cf80
commit 8dac657846
3 changed files with 8 additions and 4 deletions

View file

@ -1209,7 +1209,8 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
protyle,
blockElement,
srcIDs: sourceIds,
previousId: previousID
previousId: previousID,
groupID: targetElement.parentElement.getAttribute("data-group-id")
});
}
}