Vanessa 2024-06-20 20:26:57 +08:00
parent efcba48f90
commit ba160d1f44
3 changed files with 9 additions and 4 deletions

View file

@ -173,6 +173,11 @@ const processAV = (range: Range, html: string, protyle: IProtyle, blockElement:
nextID: previousID,
isDetached: selectCellElement.dataset.detached === "true",
}]);
updateAttrViewCellAnimation(selectCellElement, {
type: "block",
isDetached: false,
block: {content: contenteditableElement.firstElementChild.textContent, id: sourceId}
});
return;
}
}