Vanessa 2022-11-22 00:52:43 +08:00
parent 168d673a0c
commit 3ab71117f6

View file

@ -336,7 +336,7 @@ const dragSame = async (protyle: IProtyle, sourceElements: Element[], targetElem
headingIds.data.reverse().forEach((headingId: string) => { headingIds.data.reverse().forEach((headingId: string) => {
undoOperations.push({ undoOperations.push({
action: "move", action: "move",
id, id: headingId,
previousID, previousID,
parentID, parentID,
}); });